Searched refs:advanceVector (Results 1 – 3 of 3) sorted by relevance
236 SkVector advanceVector() const { return SkVector{fAdvanceX, fAdvanceY}; } in advanceVector() function
185 endOfLastGlyph += glyph->advanceVector(); in draw_text_positions()
296 sum += glyph->advanceVector() * strikeSpec.strikeToSourceRatio(); in getPos()