HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphIDMetrics (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
SkGrFontScaler.cpp 105 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
128 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
164 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID);
  /external/skia/src/core/
SkGlyphCache.h 38 require those, call getUnicharMetrics or getGlyphIDMetrics instead.
51 const SkGlyph& getGlyphIDMetrics(uint16_t);
59 const SkGlyph& getGlyphIDMetrics(uint16_t, SkFixed x, SkFixed y);
SkGlyphCache.cpp 195 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID) {
215 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID,
SkPaint.cpp 427 const SkGlyph& glyph = cache->getGlyphIDMetrics(glyphId);
645 return cache->getGlyphIDMetrics(glyphID);
657 return cache->getGlyphIDMetrics(glyphID);
793 return cache->getGlyphIDMetrics(glyphID);
805 return cache->getGlyphIDMetrics(glyphID, x, y);
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 73 milliseconds