Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShaperJSONWriter.cpp136 size_t glyphStartIndex = 0; in BreakupClusters() local
152 size_t glyphStartIndex = 0; 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/skia/experimental/sktext/src/
DLine.h155 size_t glyphStartIndex() const { return fGlyphStart.glyphIndex(); } in glyphStartIndex() function
/external/skqp/src/gpu/text/
DGrTextBlob.h304 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex() function