Searched refs:targetSubX (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkStrikeCache.cpp | 344 SkFixed targetSubX = glyph->getSubXFixed(), in desperationSearchForImage() local 349 auto targetGlyphID = SkPackedGlyphID(glyphID, targetSubX, targetSubY); in desperationSearchForImage() 350 if (node->fCache.isGlyphCached(glyphID, targetSubX, targetSubY)) { in desperationSearchForImage()
|
/external/skia/src/core/ |
D | SkStrikeCache.cpp | 369 SkFixed targetSubX = glyph->getSubXFixed(), in desperationSearchForImage() local 374 auto targetGlyphID = SkPackedGlyphID(glyphID, targetSubX, targetSubY); in desperationSearchForImage() 375 if (node->fStrike.isGlyphCached(glyphID, targetSubX, targetSubY)) { in desperationSearchForImage()
|