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

/inkscape/src/
H A Dvanishing-point.cpp698 this->addLine(corner1, pt, type);
699 this->addLine(corner2, pt, type);
703 this->addLine(corner3, pt, type);
704 this->addLine(corner4, pt, type);
729 this->addLine(corner1, *pt1, type);
730 this->addLine(corner2, *pt2, type);
734 this->addLine(corner3, *pt3, type);
735 this->addLine(corner4, *pt4, type);
782 void VPDrag::addLine(Geom::Point const &p1, Geom::Point const &p2, Inkscape::CtrlLineType type) function in class:Box3D::VPDrag
H A Dvanishing-point.h210 void addLine(Geom::Point const &p1, Geom::Point const &p2, Inkscape::CtrlLineType type);
H A Dgradient-drag.h205 void addLine( SPItem *item, Geom::Point p1, Geom::Point p2, Inkscape::PaintTarget fill_or_stroke);
H A Dgradient-drag.cpp1859 void GrDrag::addLine(SPItem *item, Geom::Point p1, Geom::Point p2, Inkscape::PaintTarget fill_or_stroke) function in class:GrDrag
2154 addLine(item, getGradientCoords(item, POINT_LG_BEGIN, 0, Inkscape::FOR_FILL), getGradientCoords(item, POINT_LG_END, 0, Inkscape::FOR_FILL), Inkscape::FOR_FILL);
2157 addLine(item, center, getGradientCoords(item, POINT_RG_R1, 0, Inkscape::FOR_FILL), Inkscape::FOR_FILL);
2158 addLine(item, center, getGradientCoords(item, POINT_RG_R2, 0, Inkscape::FOR_FILL), Inkscape::FOR_FILL);
2216 addLine(item, getGradientCoords(item, POINT_LG_BEGIN, 0, Inkscape::FOR_STROKE), getGradientCoords(item, POINT_LG_END, 0, Inkscape::FOR_STROKE), Inkscape::FOR_STROKE);
2219 addLine(item, center, getGradientCoords(item, POINT_RG_R1, 0, Inkscape::FOR_STROKE), Inkscape::FOR_STROKE);
2220 addLine(item, center, getGradientCoords(item, POINT_RG_R2, 0, Inkscape::FOR_STROKE), Inkscape::FOR_STROKE);

Completed in 158 milliseconds