Lines Matching full:direction
20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1), in GlyphIterator()
36 direction = -1; in GlyphIterator()
46 direction = that.direction; in GlyphIterator()
64 direction = that.direction; in GlyphIterator()
82 direction = that.direction; in GlyphIterator()
119 if (direction < 0) { in applyInsertions()
135 return direction < 0; in isRightToLeft()
150 if (direction < 0) { in getCurrGlyphID()
165 if (direction < 0) { in getCursiveEntryPoint()
180 if (direction < 0) { in getCursiveExitPoint()
202 if (direction < 0) { in setCurrStreamPosition()
224 position = newPosition - direction; in setCurrStreamPosition()
230 if (direction < 0) { in setCurrGlyphBaseOffset()
246 if (direction < 0) { in adjustCurrGlyphPositionAdjustment()
265 if (direction < 0) { in setCurrGlyphPositionAdjustment()
283 if (direction < 0) { in clearCursiveEntryPoint()
298 if (direction < 0) { in clearCursiveExitPoint()
313 if (direction < 0) { in setCursiveEntryPoint()
328 if (direction < 0) { in setCursiveExitPoint()
343 if (direction < 0) { in setCursiveGlyph()
438 newPosition += direction; in nextInternal()
460 newPosition -= direction; in prevInternal()
481 for (posn = position; posn != markPosition; posn += direction) { in getMarkComponent()
498 newPosition -= direction; in findMark2Glyph()