Home
last modified time | relevance | path

Searched refs:isGlyphCached (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/core/
DSkStrike.h44 bool isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const;
DSkStrikeCache.cpp350 if (node->fCache.isGlyphCached(glyphID, targetSubX, targetSubY)) { in desperationSearchForImage()
382 if (node->fCache.isGlyphCached(glyphID, 0, 0)) { in desperationSearchForPath()
DSkStrike.cpp57 bool SkStrike::isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const { in isGlyphCached() function in SkStrike