Searched refs:getGlyphIDAdvance (Results 1 – 6 of 6) sorted by relevance
269 width += cache->getGlyphIDAdvance(glyphs[i]).fAdvanceX; in measureText()323 g = &cache->getGlyphIDAdvance(glyphs[i]); in getWidthsBounds()338 loc.fX += cache->getGlyphIDAdvance(glyphs[i]).fAdvanceX * scale; in getPos()349 x += cache->getGlyphIDAdvance(glyphs[i]).fAdvanceX * scale; in getXPos()
52 const SkGlyph& getGlyphIDAdvance(SkGlyphID);
66 const SkGlyph& SkStrike::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance() function in SkStrike86 auto glyph = this->getGlyphIDAdvance(glyphID); in getAdvances()
188 advance = (int16_t)cache->getGlyphIDAdvance(gId).fAdvanceX; in SkPDFMakeCIDGlyphWidthsArray()
496 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX; in emit_subset_type1()499 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in emit_subset_type1()
1222 SkScalar advance = advanceScale * glyphCache->getGlyphIDAdvance(gid).fAdvanceX; in internalDrawGlyphRun()