Lines Matching refs:direction
20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1), in GlyphIterator()
39 direction = -1; in GlyphIterator()
50 direction = that.direction; in GlyphIterator()
69 direction = that.direction; in GlyphIterator()
88 direction = that.direction; in GlyphIterator()
127 if (direction < 0) { in applyInsertions()
143 return direction < 0; in isRightToLeft()
158 if (direction < 0) { in getCurrGlyphID()
173 if (direction < 0) { in getCursiveEntryPoint()
188 if (direction < 0) { in getCursiveExitPoint()
210 if (direction < 0) { in setCurrStreamPosition()
232 position = newPosition - direction; in setCurrStreamPosition()
238 if (direction < 0) { in setCurrGlyphBaseOffset()
254 if (direction < 0) { in adjustCurrGlyphPositionAdjustment()
273 if (direction < 0) { in setCurrGlyphPositionAdjustment()
291 if (direction < 0) { in clearCursiveEntryPoint()
306 if (direction < 0) { in clearCursiveExitPoint()
321 if (direction < 0) { in setCursiveEntryPoint()
336 if (direction < 0) { in setCursiveExitPoint()
351 if (direction < 0) { in setCursiveGlyph()
463 newPosition += direction; in nextInternal()
487 newPosition -= direction; in prevInternal()
510 for (posn = position; posn != markPosition; posn += direction) { in getMarkComponent()
527 newPosition -= direction; in findMark2Glyph()