Searched refs:runAdvance (Results 1 – 3 of 3) sorted by relevance
199 …auto runAdvance = SkVector::Make(run->posX(glyphs.end) - run->posX(glyphs.start), run->fAdvance.fY… in finish() local203 runAdvance, in finish()234 fAdvance.fX += runAdvance.fX; in finish()235 fAdvance.fY = std::max(fAdvance.fY, runAdvance.fY); in finish()
1290 SkVector runAdvance = { 0, 0 }; in shape() local1312 runAdvance += glyph.fAdvance; in shape()1314 run.fAdvance = runAdvance; in shape()
1408 SkVector runAdvance = { 0, 0 }; in shape() local1430 runAdvance += glyph.fAdvance; in shape()1432 run.fAdvance = runAdvance; in shape()