Searched refs:isGlyphCached (Results 1 – 3 of 3) sorted by relevance
44 bool isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const;
350 if (node->fCache.isGlyphCached(glyphID, targetSubX, targetSubY)) { in desperationSearchForImage()382 if (node->fCache.isGlyphCached(glyphID, 0, 0)) { in desperationSearchForPath()
57 bool SkStrike::isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const { in isGlyphCached() function in SkStrike