Lines Matching refs:fEnd
136 this->adjustLeft(&block.fRange.fEnd); in sortDecorBlocks()
142 start = block.fRange.fEnd; in sortDecorBlocks()
145 if (defaultBlock.fRange.fEnd <= block.fRange.fEnd) { in sortDecorBlocks()
225 textRange.fEnd = textIndex; in iterateByVisualOrder()
226 glyphRange.fEnd = glyphIndex; in iterateByVisualOrder()
269 if (run.leftToRight() && textIndex < currentBlock->fRange.fEnd) { in iterateByVisualOrder()
276 textRange.fEnd = textIndex; in iterateByVisualOrder()
280 glyphRange.fEnd = glyphIndex; in iterateByVisualOrder()
286 textRange.fEnd = textIndex; in iterateByVisualOrder()
294 textRange.fEnd = run.fClusters[endGlyph]; in iterateByVisualOrder()
298 glyphRange.fEnd = endGlyph; in iterateByVisualOrder()