Searched refs:getGlyphIDAdvance (Results 1 – 6 of 6) sorted by relevance
42 const SkGlyph& getGlyphIDAdvance(SkGlyphID);
109 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance() function in SkGlyphCache
630 return cache->getGlyphIDAdvance(glyphID); in sk_getAdvance_glyph_next()
184 advance = (int16_t)cache->getGlyphIDAdvance(gId).fAdvanceX; in SkPDFMakeCIDGlyphWidthsArray()
514 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX; in populate_type_1_font()517 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in populate_type_1_font()
1324 advance += advanceScale * glyphCache->getGlyphIDAdvance(glyphs[i]).fAdvanceX; in internalDrawText()1412 advance = advanceScale * glyphCache->getGlyphIDAdvance(gid).fAdvanceX; in internalDrawText()