Home
last modified time | relevance | path

Searched refs:clusterIndex8 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp759 auto clusterIndex8 = run->fClusterIndexes[found]; in getGlyphPositionAtCoordinate() local
764 clusterIndex8, in getGlyphPositionAtCoordinate()
/third_party/skia/experimental/sktext/src/
DText.cpp306 logicalRun.convertClusterIndexes([&](TextIndex clusterIndex8) { in shape() argument
307 return UTF16FromUTF8[clusterIndex8]; in shape()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1232 auto clusterIndex8 = context.run->globalClusterIndex(found); in getGlyphPositionAtCoordinate() local
1237 size_t utf16Index = fOwner->getUTF16Index(clusterIndex8); in getGlyphPositionAtCoordinate()