Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp193 SkSpan<const char> utf8Span{&utf8[utf8RangeStart], utf8RangeEnd - utf8RangeStart}; in VisualizeClusters() local
197 processMToN(glyphRangeCount, utf8Span, glyphSpan); in VisualizeClusters()
215 SkSpan<const char> utf8Span{&utf8[utf8StartIndex], utf8EndIndex - utf8StartIndex}; in VisualizeClusters() local
219 processMToN(codePointCount, utf8Span, glyphSpan); in VisualizeClusters()