Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFindAndPlaceGlyph.h59 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() function
124 const SkGlyph& lookupGlyphXY(const char** text, SkFixed x, SkFixed y) override { in lookupGlyphXY() function
369 fGlyphFinder->lookupGlyphXY(text, lookupPosition.fX, lookupPosition.fY); in findAndPositionGlyph()