Searched refs:utf16Index (Results 1 – 2 of 2) sorted by relevance
1150 auto utf16Index = fOwner->getUTF16Index(this->fTextRange.end); in getGlyphPositionAtCoordinate() local1151 return { SkToS32(utf16Index) , kDownstream }; in getGlyphPositionAtCoordinate()1174 … auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos)); in getGlyphPositionAtCoordinate() local1176 result = { SkToS32(utf16Index), kDownstream }; in getGlyphPositionAtCoordinate()1178 result = { SkToS32(utf16Index + 1), kUpstream }; in getGlyphPositionAtCoordinate()1185 …auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos + context.size… in getGlyphPositionAtCoordinate() local1187 result = {SkToS32(utf16Index), kUpstream}; in getGlyphPositionAtCoordinate()1189 result = {SkToS32(utf16Index), kDownstream}; in getGlyphPositionAtCoordinate()1217 size_t utf16Index = fOwner->getUTF16Index(clusterIndex8); in getGlyphPositionAtCoordinate() local1234 result = { SkToS32(utf16Index), kDownstream }; in getGlyphPositionAtCoordinate()[all …]
475 int32_t utf16Index = 0; in setUTF8() local477 textMap->addElement(utf16Index, status); in setUTF8()482 utf16Index += U16_LENGTH(c32); in setUTF8()