Searched refs:runAdvance (Results 1 – 3 of 3) sorted by relevance
198 …auto runAdvance = SkVector::Make(run->posX(glyphs.end) - run->posX(glyphs.start), run->fAdvance.fY… in finish() local202 runAdvance, in finish()232 fAdvance.fX += runAdvance.fX; in finish()233 fAdvance.fY = std::max(fAdvance.fY, runAdvance.fY); in finish()
664 SkVector runAdvance = { 0, 0 }; in shape() local677 runAdvance += glyph.fAdvance; in shape()679 run.fAdvance = runAdvance; in shape()
1404 SkVector runAdvance = { 0, 0 }; in shape() local1426 runAdvance += glyph.fAdvance; in shape()1428 run.fAdvance = runAdvance; in shape()