Searched refs:getGlyphMetrics (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 201 const SkGlyph& glyph = pathCache->getGlyphMetrics(glyphID, {0, 0}); in drawForBitmapDevice() 237 const SkGlyph& glyph = cache->getGlyphMetrics(glyphID, position); in drawForBitmapDevice() 356 const SkGlyph& glyph = strike->getGlyphMetrics(glyphID, {0, 0}); in processARGBFallback() 418 const SkGlyph& glyph = strike->getGlyphMetrics(glyphID, {0, 0}); in processGlyphRunList() 499 const SkGlyph& glyph = strike->getGlyphMetrics(glyphID, {0, 0}); in processGlyphRunList() 560 const SkGlyph& glyph = strike->getGlyphMetrics(glyphID, deviceGlyphPos); in processGlyphRunList()
|
D | SkStrikeInterface.h | 74 virtual const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) = 0;
|
D | SkRemoteGlyphCacheImpl.h | 44 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override;
|
D | SkStrike.h | 127 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override;
|
D | SkStrike.cpp | 228 const SkGlyph& SkStrike::getGlyphMetrics(SkGlyphID glyphID, SkPoint position) { in getGlyphMetrics() function in SkStrike 250 const SkGlyph& glyph = this->getGlyphMetrics(glyphIDs[i], glyphPos); in glyphMetrics()
|
D | SkStrikeCache.cpp | 35 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override { in getGlyphMetrics() function in SkStrikeCache::Node 36 return fStrike.getGlyphMetrics(glyphID, position); in getGlyphMetrics()
|
D | SkRemoteGlyphCache.cpp | 533 const SkGlyph& SkStrikeServer::SkGlyphCacheState::getGlyphMetrics( in getGlyphMetrics() function in SkStrikeServer::SkGlyphCacheState
|
/external/skqp/src/core/ |
D | SkRemoteGlyphCacheImpl.h | 46 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 | 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 | 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
|