Home
last modified time | relevance | path

Searched refs:lastUtf8Index (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/utils/
H A DSkShaperJSONWriter.cpp37 size_t lastUtf8Index = utf8End; in is_one_to_one() local
40 if (clusters[clusterIndex] >= lastUtf8Index) { in is_one_to_one()
43 size_t utf8ClusterSize = lastUtf8Index - clusters[clusterIndex]; in is_one_to_one()
47 lastUtf8Index = clusters[clusterIndex]; in is_one_to_one()
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.cpp44 size_t lastUtf8Index = utf8End; in is_one_to_one() local
47 if (clusters[clusterIndex] >= lastUtf8Index) { in is_one_to_one()
50 size_t utf8ClusterSize = lastUtf8Index - clusters[clusterIndex]; in is_one_to_one()
54 lastUtf8Index = clusters[clusterIndex]; in is_one_to_one()

Completed in 2 milliseconds