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

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h125 // and GlyphIdGlyphFinder.
182 class GlyphIdGlyphFinder final : public GlyphFinderInterface {
184 GlyphIdGlyphFinder(SkGlyphCache* cache) : fCache(cache) { SkASSERT(cache != nullptr); } function in class:SkFindAndPlaceGlyph::final
211 GlyphIdGlyphFinder> LookupGlyphVariant;
229 to_init->initialize<GlyphIdGlyphFinder>(cache);

Completed in 157 milliseconds