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

/inkscape/src/live_effects/
H A Dlpe-perspective-envelope.cpp160 nCurve->moveto(projectPoint(curve_it1->initialPoint(),projmatrix));
162 nCurve->moveto(projectPoint(curve_it1->initialPoint()));
175 point_at1 = projectPoint(point_at1,projmatrix);
176 point_at2 = projectPoint(point_at2,projmatrix);
177 point_at3 = projectPoint(point_at3,projmatrix);
179 point_at1 = projectPoint(point_at1);
180 point_at2 = projectPoint(point_at2);
181 point_at3 = projectPoint(point_at3);
201 LPEPerspectiveEnvelope::projectPoint(Geom::Point p) function in class:Inkscape::LivePathEffect::LPEPerspectiveEnvelope
223 LPEPerspectiveEnvelope::projectPoint(Geo function in class:Inkscape::LivePathEffect::LPEPerspectiveEnvelope
[all...]

Completed in 15 milliseconds