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

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

Completed in 141 milliseconds