OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gGmojiPUA
(Results
1 - 4
of
4
) sorted by null
/external/skia/emoji/
EmojiFont.cpp
88
int32_t pua = GMOJI_PUA_MIN +
gGmojiPUA
[index];
151
int index = SkTSearch<uint16_t>(
gGmojiPUA
, GMOJI_PUA_COUNT, relative,
gmoji_pua_table.h
32
static const uint16_t
gGmojiPUA
[] = {
138
#define GMOJI_PUA_COUNT (sizeof(
gGmojiPUA
) / sizeof(
gGmojiPUA
[0]))
/external/skia/legacy/emoji/
EmojiFont.cpp
87
int32_t pua = GMOJI_PUA_MIN +
gGmojiPUA
[index];
150
int index = SkTSearch<uint16_t>(
gGmojiPUA
, GMOJI_PUA_COUNT, relative,
gmoji_pua_table.h
32
static const uint16_t
gGmojiPUA
[] = {
138
#define GMOJI_PUA_COUNT (sizeof(
gGmojiPUA
) / sizeof(
gGmojiPUA
[0]))
Completed in 134 milliseconds