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

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h122 // GlyphFinderInterface is the polymorphic base for classes that parse a stream of chars into
126 class GlyphFinderInterface { class in class:SkFindAndPlaceGlyph
128 virtual ~GlyphFinderInterface() {}
133 class UtfNGlyphFinder : public GlyphFinderInterface {
182 class GlyphIdGlyphFinder final : public GlyphFinderInterface {
207 GlyphFinderInterface,

Completed in 90 milliseconds