Searched refs:filletChamferData (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.cpp190 std::vector<Point> filletChamferData = fillet_chamfer_values.data(); local
192 for (std::vector<Point>::const_iterator point_it = filletChamferData.begin();
193 point_it != filletChamferData.end(); ++point_it) {
206 std::vector<Point> filletChamferData = fillet_chamfer_values.data(); local
209 for (std::vector<Point>::const_iterator point_it = filletChamferData.begin();
210 point_it != filletChamferData.end(); ++point_it) {
295 std::vector<Point> filletChamferData = fillet_chamfer_values.data(); local
322 if (ignore_radius_0 && (filletChamferData[counter][X] == 0 ||
323 filletChamferData[counter][X] == counter)) {
324 powerend = filletChamferData[counte
343 std::vector<Point> filletChamferData = fillet_chamfer_values.data(); local
466 std::vector<Point> filletChamferData = fillet_chamfer_values.data(); local
508 std::vector<Point> filletChamferData = fillet_chamfer_values.data(); local
[all...]

Completed in 14 milliseconds