Home
last modified time | relevance | path

Searched refs:glyphStartIndex (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/utils/
H A DSkShaperJSONWriter.cpp136 size_t glyphStartIndex = 0; in BreakupClusters() local
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()
147 processMToN(glyphStartIndex, clusters.size(), clusters[glyphStartIndex], utf8End); in BreakupClusters()
152 size_t glyphStartIndex = 0; in BreakupClusters() local
156 if (clusters[glyphStartIndex] == clusters[glyphEndIndex]) { continue; } in BreakupClusters()
158 processMToN(glyphStartIndex, glyphEndInde in BreakupClusters()
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.cpp143 size_t glyphStartIndex = 0; in BreakupClusters() local
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()
154 processMToN(glyphStartIndex, clusters.size(), clusters[glyphStartIndex], utf8End); in BreakupClusters()
159 size_t glyphStartIndex = 0; in BreakupClusters() local
163 if (clusters[glyphStartIndex] == clusters[glyphEndIndex]) { continue; } in BreakupClusters()
165 processMToN(glyphStartIndex, glyphEndInde 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()
56 REPORTER_ASSERT(reporter, a.glyphStartIndex == glyphStartIndex); 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()
56 REPORTER_ASSERT(reporter, a.glyphStartIndex == glyphStartIndex); in DEF_TEST()
/third_party/skia/experimental/sktext/src/
H A DLine.h161 size_t glyphStartIndex() const { return fGlyphStart.glyphIndex(); } in glyphStartIndex() function in skia::text::Stretch

Completed in 3 milliseconds