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

  /external/skia/emoji/
EmojiFont.h 53 return index >= kGlyphBase;
79 kGlyphBase = 64000
EmojiFont.cpp 155 return index + kGlyphBase;
164 if (glyphID < kGlyphBase) {
170 const SkBitmap* bitmap = get_bitmap(glyphID - kGlyphBase);
186 if (glyphID < kGlyphBase) {
190 const SkBitmap* bitmap = get_bitmap(glyphID - kGlyphBase);
  /external/skia/legacy/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 57 milliseconds