Searched refs:addDragger (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | vanishing-point.h | 200 void addDragger (VanishingPoint &vp);
|
H A D | gradient-drag.h | 208 void addDragger(GrDraggable *draggable);
|
H A D | gradient-drag.cpp | 1891 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...] |
H A D | vanishing-point.cpp | 586 addDragger (vp); 746 VPDrag::addDragger (VanishingPoint &vp) function in class:Box3D::VPDrag
|
Completed in 128 milliseconds