Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFindAndPlaceGlyph.h83 class Utf8GlyphFinder final : public UtfNGlyphFinder {
85 explicit Utf8GlyphFinder(SkGlyphCache* cache) : UtfNGlyphFinder(cache) { } in Utf8GlyphFinder() function
145 return arena->make<Utf8GlyphFinder>(cache); in getGlyphFinder()