Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextLine.cpp115 , fBlockRange(blocks) in TextLine()
139 for (BlockIndex index = fBlockRange.start; index < fBlockRange.end; ++index) { in TextLine()
334 if (fBlockRange.width() == 1 && in ensureTextBlobCachePopulated()
342 const auto& style = fOwner->block(fBlockRange.start).fStyle; in ensureTextBlobCachePopulated()
860 for (auto i = fBlockRange.start; i < fBlockRange.end; ++i) { in shapeEllipsis()
1147 for (BlockIndex index = fBlockRange.start; index < fBlockRange.end; ++index) { in shapeEllipsis()
1172 const BlockIndex blockRangeSize = fBlockRange.end - fBlockRange.start; in shapeEllipsis()
1179 (run->leftToRight() ? fBlockRange.start + index : fBlockRange.end - index - 1); in shapeEllipsis()
1191 index = fBlockRange.end; in shapeEllipsis()
1773 textLine.fBlockRange = this->fBlockRange; in shapeEllipsis()
DTextLine.h112 void setBlockRange(const BlockRange& blockRange) { fBlockRange = blockRange; } in setBlockRange()
190 BlockRange fBlockRange; variable