Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp143 size_t glyphStartIndex = 0; in BreakupClusters() local
159 size_t glyphStartIndex = 0; in BreakupClusters() local
203 uint32_t utf8StartIndex, uint32_t utf8EndIndex) { in VisualizeClusters()
DSkShaperJSONWriterTest.cpp19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST() member
53 uint32_t utf8StartIndex, uint32_t utf8EndIndex) { in DEF_TEST()
/external/skia/experimental/sktext/src/
DLine.h161 size_t glyphStartIndex() const { return fGlyphStart.glyphIndex(); } in glyphStartIndex() function