Home
last modified time | relevance | path

Searched refs:glyphEndIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/utils/
H A DSkShaperJSONWriter.cpp137 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex++) { in BreakupClusters()
139 if (clusters[glyphStartIndex] == clusters[glyphEndIndex]) { continue; } in BreakupClusters()
141 processMToN(glyphStartIndex, glyphEndIndex, in BreakupClusters()
142 clusters[glyphStartIndex], clusters[glyphEndIndex]); in BreakupClusters()
144 glyphStartIndex = glyphEndIndex; in BreakupClusters()
154 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex in BreakupClusters()
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.cpp144 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex++) { in BreakupClusters()
146 if (clusters[glyphStartIndex] == clusters[glyphEndIndex]) { continue; } in BreakupClusters()
148 processMToN(glyphStartIndex, glyphEndIndex, in BreakupClusters()
149 clusters[glyphStartIndex], clusters[glyphEndIndex]); in BreakupClusters()
151 glyphStartIndex = glyphEndIndex; in BreakupClusters()
161 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex in BreakupClusters()
[all...]
H A DSkShaperJSONWriterTest.cpp19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST() member
52 auto checker = [&](size_t glyphStartIndex, size_t glyphEndIndex, in DEF_TEST()
57 REPORTER_ASSERT(reporter, a.glyphEndIndex == glyphEndIndex ); in DEF_TEST()
/third_party/skia/tests/
H A DSkShaperJSONWriterTest.cpp19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST() member
52 auto checker = [&](size_t glyphStartIndex, size_t glyphEndIndex, in DEF_TEST()
57 REPORTER_ASSERT(reporter, a.glyphEndIndex == glyphEndIndex ); in DEF_TEST()

Completed in 2 milliseconds