Searched refs:IS_END_OF_STRING (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFontUtil.h45 #define IS_END_OF_STRING(glyph) false macro
58 #define IS_END_OF_STRING(glyph) glyph < 0 macro
H A DFont.cpp324 if (IS_END_OF_STRING(glyph)) {
364 if (IS_END_OF_STRING(glyph)) {
399 if (IS_END_OF_STRING(glyph)) {

Completed in 47 milliseconds