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

/inkscape/src/libnrtype/
H A DLayout-TNG.h949 _x_coordinate(0.0){}
1050 double _x_coordinate; member in class:Inkscape::Text::Layout::iterator
1053 : _parent_layout(p), _glyph_index(g), _char_index(c), _cursor_moving_vertically(false), _x_coordinate(0.0) {}
1055 : _parent_layout(p), _glyph_index(p->_characters[c].in_glyph), _char_index(c), _cursor_moving_vertically(false), _x_coordinate(0.0) {}
1057 void beginCursorUpDown(); /// stores the current x coordinate so that the cursor won't drift. See #_x_coordinate

Completed in 19 milliseconds