Searched refs:fBlockRange (Results 1 – 2 of 2) sorted by relevance
92 , fBlockRange(blocks) in TextLine()115 for (BlockIndex index = fBlockRange.start; index < fBlockRange.end; ++index) { in TextLine()755 for (BlockIndex index = fBlockRange.start; index < fBlockRange.end; ++index) { in iterateThroughSingleRunByStyles()782 const BlockIndex blockRangeSize = fBlockRange.end - fBlockRange.start; in iterateThroughSingleRunByStyles()789 (run->leftToRight() ? fBlockRange.start + index : fBlockRange.end - index - 1); in iterateThroughSingleRunByStyles()801 index = fBlockRange.end; in iterateThroughSingleRunByStyles()
134 BlockRange fBlockRange; variable