Searched refs:glyphStartIndex (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/utils/ |
D | SkShaperJSONWriter.cpp | 136 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/ |
D | SkShaperJSONWriterTest.cpp | 19 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/ |
D | GrTextBlob.cpp | 447 SkASSERT_RELEASE(lSubRun.glyphStartIndex() == rSubRun.glyphStartIndex()); in AssertEqual()
|
D | GrTextBlobVertexRegenerator.cpp | 194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex(); in doRegen()
|
D | GrTextBlob.h | 304 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex() function
|