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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp977 bool Layout::iterator::_cursorLeftOrRightLocalXByWord(Direction direction) function in class:Inkscape::Text::Layout::iterator
1037 return _cursorLeftOrRightLocalXByWord(RIGHT_TO_LEFT);
1048 return _cursorLeftOrRightLocalXByWord(LEFT_TO_RIGHT);
1059 return _cursorLeftOrRightLocalXByWord(RIGHT_TO_LEFT);
1070 return _cursorLeftOrRightLocalXByWord(LEFT_TO_RIGHT);

Completed in 19 milliseconds