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

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h124 // implementations are: Utf8GlyphFinder, Utf16GlyphFinder, Utf32GlyphFinder,
151 class Utf8GlyphFinder final : public UtfNGlyphFinder {
153 Utf8GlyphFinder(SkGlyphCache* cache) : UtfNGlyphFinder(cache) { } function in class:SkFindAndPlaceGlyph::final
208 Utf8GlyphFinder,
220 to_init->initialize<Utf8GlyphFinder>(cache);

Completed in 90 milliseconds