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

/inkscape/src/
H A Dvanishing-point.cpp586 addDragger (vp);
746 VPDrag::addDragger (VanishingPoint &vp) function in class:Box3D::VPDrag
H A Dgradient-drag.cpp1891 void GrDrag::addDragger(GrDraggable *draggable) function in class:GrDrag
1916 addDragger (new GrDraggable (item, POINT_RG_CENTER, 0, fill_or_stroke));
1920 addDragger (new GrDraggable (item, POINT_RG_MID1, i, fill_or_stroke));
1923 addDragger (new GrDraggable (item, POINT_RG_R1, num-1, fill_or_stroke));
1926 addDragger (new GrDraggable (item, POINT_RG_MID2, i, fill_or_stroke));
1929 addDragger (new GrDraggable (item, POINT_RG_R2, num - 1, fill_or_stroke));
1930 addDragger (new GrDraggable (item, POINT_RG_FOCUS, 0, fill_or_stroke));
1939 addDragger(new GrDraggable (item, POINT_LG_BEGIN, 0, fill_or_stroke));
1943 addDragger(new GrDraggable (item, POINT_LG_MID, i, fill_or_stroke));
1946 addDragger(ne
[all...]

Completed in 49 milliseconds