Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1190 … auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos)); in getGlyphPositionAtCoordinate()
1202 …auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos + context.size… in getGlyphPositionAtCoordinate()
1232 auto clusterIndex8 = context.run->globalClusterIndex(found); in getGlyphPositionAtCoordinate()
1233 auto clusterEnd8 = context.run->globalClusterIndex(found + 1); in getGlyphPositionAtCoordinate()
DRun.h105 size_t globalClusterIndex(size_t pos) const { return fClusterStart + fClusterIndexes[pos]; } in globalClusterIndex() function