Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/text/
DSkottieShaper.cpp126 size_t run_offset = 0; in commitLine() local
128 SkASSERT(run_offset < fLineGlyphCount); in commitLine()
130 fLineGlyphs.get() + run_offset, in commitLine()
131 fLinePos.get() + run_offset, in commitLine()
132 fLineClusters.get() + run_offset, in commitLine()
134 run_offset += rec.fGlyphCount; in commitLine()