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

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

Completed in 100 milliseconds