Home
last modified time | relevance | path

Searched refs:fBlockRange (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextLine.cpp92 , 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()
DTextLine.h134 BlockRange fBlockRange; variable