HomeSort by relevance Sort by last modified time
    Searched refs:Utf8GlyphFinder (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkFindAndPlaceGlyph.h 54 // implementations are: Utf8GlyphFinder, Utf16GlyphFinder, Utf32GlyphFinder,
84 class Utf8GlyphFinder final : public UtfNGlyphFinder {
86 explicit Utf8GlyphFinder(SkGlyphCache* cache) : UtfNGlyphFinder(cache) { }
146 return arena->make<Utf8GlyphFinder>(cache);
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 54 // implementations are: Utf8GlyphFinder, Utf16GlyphFinder, Utf32GlyphFinder,
84 class Utf8GlyphFinder final : public UtfNGlyphFinder {
86 explicit Utf8GlyphFinder(SkGlyphCache* cache) : UtfNGlyphFinder(cache) { }
146 return arena->make<Utf8GlyphFinder>(cache);

Completed in 886 milliseconds