Home
last modified time | relevance | path

Searched refs:getCachedGlyphAnySubPix (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkTypeface_remote.cpp57 fCache->getCachedGlyphAnySubPix(glyph->getGlyphID(), glyph->getPackedID())) { in generateMetrics()
DSkStrike.h108 const SkGlyph* getCachedGlyphAnySubPix(SkGlyphID,
DSkStrike.cpp205 const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, in getCachedGlyphAnySubPix() function in SkStrike
DSkStrikeCache.cpp360 if (const auto* fallback = node->fCache.getCachedGlyphAnySubPix(glyphID)) { in desperationSearchForImage()