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

/inkscape/src/libnrtype/
H A DLayout-TNG.h946 _glyph_index(-1),
952 {return _glyph_index == other._glyph_index && _char_index == other._char_index;}
954 {return _glyph_index != other._glyph_index || _char_index != other._char_index;}
956 /* mustn't compare _glyph_index in these operators because for characters
1044 int _glyph_index; /// index into Layout::glyphs, or -1 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) {}
1097 it->_glyph_index
[all...]

Completed in 14 milliseconds