Searched refs:_start (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/tool/
H A Dselector.cpp71 _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 Dselector.h38 Geom::Point _start; member in class:Inkscape::UI::Selector
/inkscape/src/debug/
H A Dlogger.h29 _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 Drubberband.cpp53 _start = p;
104 _rect->setRectangle(Geom::Rect(_start, _end));
135 return Geom::Rect(_start, _end);
H A Drubberband.h59 Geom::Point _start; member in class:Inkscape::Rubberband

Completed in 57 milliseconds