Searched refs:lookupGlyphXY (Results 1 – 1 of 1) sorted by relevance
59 virtual const SkGlyph& lookupGlyphXY(const char** text, SkFixed x, SkFixed y) = 0;73 const SkGlyph& lookupGlyphXY(const char** text, SkFixed x, SkFixed y) override { in lookupGlyphXY() function124 const SkGlyph& lookupGlyphXY(const char** text, SkFixed x, SkFixed y) override { in lookupGlyphXY() function369 fGlyphFinder->lookupGlyphXY(text, lookupPosition.fX, lookupPosition.fY); in findAndPositionGlyph()