Searched refs:fGlyphFinder (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h433 : fGlyphFinder(glyphFinder) {
445 const SkGlyph &metricGlyph = fGlyphFinder->lookupGlyph(&tempText);
463 fGlyphFinder->lookupGlyphXY(text, lookupPosition.fX, lookupPosition.fY);
475 LookupGlyph& fGlyphFinder; member in class:SkFindAndPlaceGlyph::final
490 : fGlyphFinder(glyphFinder) {
500 const SkGlyph& glyph = fGlyphFinder->lookupGlyph(text);
513 LookupGlyph& fGlyphFinder; member in class:SkFindAndPlaceGlyph::final

Completed in 78 milliseconds