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

  /external/skia/emoji/
EmojiFont.h 53 return index >= kGlyphBase;
79 kGlyphBase = 64000
EmojiFont.cpp 154 return index + kGlyphBase;
163 if (glyphID < kGlyphBase) {
169 const SkBitmap* bitmap = get_bitmap(glyphID - kGlyphBase);
185 if (glyphID < kGlyphBase) {
189 const SkBitmap* bitmap = get_bitmap(glyphID - kGlyphBase);

Completed in 418 milliseconds