Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFindAndPlaceGlyph.h91 class Utf16GlyphFinder final : public UtfNGlyphFinder {
93 explicit Utf16GlyphFinder(SkGlyphCache* cache) : UtfNGlyphFinder(cache) { } in Utf16GlyphFinder() function
147 return arena->make<Utf16GlyphFinder>(cache); in getGlyphFinder()