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

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

Completed in 95 milliseconds