Searched defs:_x (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/libnrtype/ | ||
H A D | Layout-TNG-Scanline-Maker.h | 118 double _x, _y; member in class:Inkscape::Text::Layout::InfiniteScanlineMaker |
/inkscape/src/ | ||
H A D | sp-pattern.h | 110 SVGLength _x; member in class:SPPattern |
H A D | sp-hatch.h | 148 SVGLength _x; member in class:SPHatch |
/inkscape/src/ui/widget/ | ||
H A D | dock-item.h | 117 int _x, _y; //< last known position of window, if floating member in class:Inkscape::UI::Widget::DockItem |
/inkscape/src/2geom/ | ||
H A D | convex-hull.h | 64 , _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 D | svg-fonts-dialog.h | 49 int _x,_y; member in class:SvgFontDrawingArea |
Completed in 13 milliseconds