Searched refs:globalClusterIndex (Results 1 – 2 of 2) sorted by relevance
1190 … 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()
105 size_t globalClusterIndex(size_t pos) const { return fClusterStart + fClusterIndexes[pos]; } in globalClusterIndex() function