Home
last modified time | relevance | path

Searched refs:getGlyphMetrics (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h46 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override;
DSkGlyphRunPainter.h26 virtual const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) = 0;
DSkStrike.h128 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override;
DSkGlyphRunPainter.cpp187 const SkGlyph& glyph = pathCache->getGlyphMetrics(glyphID, {0, 0}); in drawForBitmapDevice()
223 const SkGlyph& glyph = cache->getGlyphMetrics(glyphID, position); in drawForBitmapDevice()
346 const SkGlyph& glyph = pathCache->getGlyphMetrics(glyphID, {0, 0}); in drawGlyphRunAsPathWithARGBFallback()
398 const SkGlyph& glyph = cache->getGlyphMetrics(glyphID, mappedPt); in drawGlyphRunAsBMPWithPathFallback()
443 const SkGlyph& glyph = cache->getGlyphMetrics(glyphID, {0, 0}); in drawGlyphRunAsSDFWithARGBFallback()
DSkStrikeCache.cpp35 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override { in getGlyphMetrics() function in SkStrikeCache::Node
36 return fCache.getGlyphMetrics(glyphID, position); in getGlyphMetrics()
DSkStrike.cpp228 const SkGlyph& SkStrike::getGlyphMetrics(SkGlyphID glyphID, SkPoint position) { in getGlyphMetrics() function in SkStrike
DSkRemoteGlyphCache.cpp535 const SkGlyph& SkStrikeServer::SkGlyphCacheState::getGlyphMetrics( in getGlyphMetrics() function in SkStrikeServer::SkGlyphCacheState