Searched defs:_x (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Scanline-Maker.h118 double _x, _y; member in class:Inkscape::Text::Layout::InfiniteScanlineMaker
/inkscape/src/
H A Dsp-pattern.h110 SVGLength _x; member in class:SPPattern
H A Dsp-hatch.h148 SVGLength _x; member in class:SPHatch
/inkscape/src/ui/widget/
H A Ddock-item.h117 int _x, _y; //< last known position of window, if floating member in class:Inkscape::UI::Widget::DockItem
/inkscape/src/2geom/
H A Dconvex-hull.h64 , _x(0)
69 , _x(x)
81 _x += d;
85 _x -= d;
89 return _x - other._x;
92 if (_x < _size) {
93 return _data[_x];
99 return _data == other._data && _x == other._x;
108 std::size_t _x; member in class:Geom::__anon2::ConvexHullLowerIterator
[all...]
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.h49 int _x,_y; member in class:SvgFontDrawingArea

Completed in 13 milliseconds