Home
last modified time | relevance | path

Searched refs:getGlyphIDAdvance (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkFont.cpp269 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()
DSkStrike.h52 const SkGlyph& getGlyphIDAdvance(SkGlyphID);
DSkStrike.cpp66 const SkGlyph& SkStrike::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance() function in SkStrike
86 auto glyph = this->getGlyphIDAdvance(glyphID); in getAdvances()
/external/skqp/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp188 advance = (int16_t)cache->getGlyphIDAdvance(gId).fAdvanceX; in SkPDFMakeCIDGlyphWidthsArray()
DSkPDFFont.cpp496 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX; in emit_subset_type1()
499 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in emit_subset_type1()
DSkPDFDevice.cpp1222 SkScalar advance = advanceScale * glyphCache->getGlyphIDAdvance(gid).fAdvanceX; in internalDrawGlyphRun()