Home
last modified time | relevance | path

Searched defs:glyphEndIndex (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/utils/
DSkShaperJSONWriter.cpp137 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex++) { in BreakupClusters() local
154 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex++) { in BreakupClusters() local
196 uint32_t utf8StartIndex, uint32_t utf8EndIndex) { in VisualizeClusters()
/external/skia/tests/
DSkShaperJSONWriterTest.cpp19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST() member
53 uint32_t utf8StartIndex, uint32_t utf8EndIndex) { in DEF_TEST()
/external/skqp/src/gpu/text/
DGrTextBlob.h305 uint32_t glyphEndIndex() const { return fGlyphEndIndex; } in glyphEndIndex() function