Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.cpp1174 … auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos)); in getGlyphPositionAtCoordinate()
1185 …auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos + context.size… in getGlyphPositionAtCoordinate()
1211 auto clusterIndex8 = context.run->globalClusterIndex(found); in getGlyphPositionAtCoordinate()
1212 auto clusterEnd8 = context.run->globalClusterIndex(found + 1); in getGlyphPositionAtCoordinate()
DRun.h103 size_t globalClusterIndex(size_t pos) const { return fClusterStart + fClusterIndexes[pos]; } in globalClusterIndex() function