Home
last modified time | relevance | path

Searched refs:blockRangeSize (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1503 const BlockIndex blockRangeSize = fBlockRange.end - fBlockRange.start; local
1504 for (BlockIndex index = 0; index <= blockRangeSize; ++index) {
1508 if (index < blockRangeSize) {

Completed in 6 milliseconds