Searched refs:_start (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/tool/ |
H A D | selector.cpp | 71 _start = position(); 78 Geom::Rect sel(_start, new_pos); 85 Geom::Rect sel(_start, position()); 97 Geom::Point _start; member in class:Inkscape::UI::SelectorPoint
|
H A D | selector.h | 38 Geom::Point _start; member in class:Inkscape::UI::Selector
|
/inkscape/src/debug/ |
H A D | logger.h | 29 _start(EventType()); 40 _start(EventType(a)); 51 _start(EventType(a, b)); 62 _start(EventType(a, b, c)); 74 _start(EventType(a, b, c, d)); 88 _start(EventType(a, b, c, d, e)); 102 _start(EventType(a, b, c, d, e, f)); 117 _start(EventType(a, b, c, d, e, f, g)); 132 _start(EventType(a, b, c, d, e, f, g, h)); 225 static void _start(Even [all...] |
/inkscape/src/ |
H A D | rubberband.cpp | 53 _start = p; 104 _rect->setRectangle(Geom::Rect(_start, _end)); 135 return Geom::Rect(_start, _end);
|
H A D | rubberband.h | 59 Geom::Point _start; member in class:Inkscape::Rubberband
|
Completed in 57 milliseconds