Searched defs:lastcurve (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp268 Geom::Curve const &lastcurve = path_it->back_default(); member in class:Inkscape::Extension::Internal::Geom
271 tr = sp_shape_marker_get_transform_at_end(lastcurve);
273 tr = Geom::Rotate::from_degrees(marker->orient.computed) * Geom::Translate(lastcurve.pointAt(1));
291 Geom::Curve const &lastcurve = path_last[index]; member in class:Inkscape::Extension::Internal::Geom
295 tr = sp_shape_marker_get_transform_at_end(lastcurve);
297 tr = Geom::Rotate::from_degrees(marker->orient.computed) * Geom::Translate(lastcurve.pointAt(1));
/inkscape/src/
H A Dsp-shape.cpp364 Geom::Curve const &lastcurve = path_it->back_default(); member in class:Geom
365 Geom::Affine const m = sp_shape_marker_get_transform_at_end(lastcurve);
387 Geom::Curve const &lastcurve = path_last[index]; member in class:Geom
388 Geom::Affine const m = sp_shape_marker_get_transform_at_end(lastcurve);
551 Geom::Curve const &lastcurve = path_it->back_default(); member in class:Geom
552 Geom::Affine tr = sp_shape_marker_get_transform_at_end(lastcurve);
585 Geom::Curve const &lastcurve = path_last[index]; member in class:Geom
587 Geom::Affine tr = sp_shape_marker_get_transform_at_end(lastcurve);
710 Geom::Curve const &lastcurve = path_it->back_default(); member in class:Geom
711 Geom::Affine tr = sp_shape_marker_get_transform_at_end(lastcurve);
729 Geom::Curve const &lastcurve = path_last[index]; member in class:Geom
[all...]
H A Dsplivarot.cpp1110 Geom::Curve const &lastcurve = path_it->back_default(); member in class:Geom
1111 Geom::Affine const m = sp_shape_marker_get_transform_at_end(lastcurve);
1128 Geom::Curve const &lastcurve = path_last[index]; member in class:Geom
1130 Geom::Affine const m = sp_shape_marker_get_transform_at_end(lastcurve);
1429 Geom::Curve const &lastcurve = path_it->back_default(); member in class:Geom
1430 Geom::Affine const m = sp_shape_marker_get_transform_at_end(lastcurve);
1447 Geom::Curve const &lastcurve = path_last[index]; member in class:Geom
1449 Geom::Affine const m = sp_shape_marker_get_transform_at_end(lastcurve);

Completed in 302 milliseconds