Searched defs:addCurve (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | gradient-drag.cpp | 1875 void GrDrag::addCurve(SPItem *item, Geom::Point p0, Geom::Point p1, Geom::Point p2, Geom::Point p3, Inkscape::PaintTarget fill_or_stroke) function in class:GrDrag 2177 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_FILL ); 2185 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_FILL ); 2194 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_FILL ); 2202 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_FILL ); 2240 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_STROKE ); 2248 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_STROKE ); 2257 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_STROKE ); 2265 addCurve (item, h[0], h[1], h[2], h[3], Inkscape::FOR_STROKE );
|
Completed in 2906 milliseconds