Searched refs:getGlyphMetrics (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/core/ |
D | SkRemoteGlyphCacheImpl.h | 46 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override;
|
D | SkGlyphRunPainter.h | 26 virtual const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) = 0;
|
D | SkStrike.h | 128 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override;
|
D | SkGlyphRunPainter.cpp | 187 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()
|
D | SkStrikeCache.cpp | 35 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override { in getGlyphMetrics() function in SkStrikeCache::Node 36 return fCache.getGlyphMetrics(glyphID, position); in getGlyphMetrics()
|
D | SkStrike.cpp | 228 const SkGlyph& SkStrike::getGlyphMetrics(SkGlyphID glyphID, SkPoint position) { in getGlyphMetrics() function in SkStrike
|
D | SkRemoteGlyphCache.cpp | 535 const SkGlyph& SkStrikeServer::SkGlyphCacheState::getGlyphMetrics( in getGlyphMetrics() function in SkStrikeServer::SkGlyphCacheState
|