Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.h42 const SkGlyph& getGlyphIDAdvance(SkGlyphID);
DSkGlyphCache.cpp109 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance() function in SkGlyphCache
DSkPaint.cpp630 return cache->getGlyphIDAdvance(glyphID); in sk_getAdvance_glyph_next()
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp184 advance = (int16_t)cache->getGlyphIDAdvance(gId).fAdvanceX; in SkPDFMakeCIDGlyphWidthsArray()
DSkPDFFont.cpp514 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX; in populate_type_1_font()
517 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in populate_type_1_font()
DSkPDFDevice.cpp1324 advance += advanceScale * glyphCache->getGlyphIDAdvance(glyphs[i]).fAdvanceX; in internalDrawText()
1412 advance = advanceScale * glyphCache->getGlyphIDAdvance(gid).fAdvanceX; in internalDrawText()