Home
last modified time | relevance | path

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

/external/skia/src/utils/
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, glyphEndIndex, in BreakupClusters()
159 clusters[glyphStartIndex], utf8EndIndex); in BreakupClusters()
[all …]
/external/skia/tests/
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()
/external/skqp/src/gpu/text/
DGrTextBlob.cpp447 SkASSERT_RELEASE(lSubRun.glyphStartIndex() == rSubRun.glyphStartIndex()); in AssertEqual()
DGrTextBlobVertexRegenerator.cpp194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex(); in doRegen()
DGrTextBlob.h304 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex() function