Searched refs:glyphEndIndex (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/utils/ |
H A D | SkShaperJSONWriter.cpp | 137 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 D | SkShaperJSONWriter.cpp | 144 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 D | SkShaperJSONWriterTest.cpp | 19 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 D | SkShaperJSONWriterTest.cpp | 19 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