Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFontUtil.h48 #define IS_END_OF_STRING(glyph) false macro
61 #define IS_END_OF_STRING(glyph) glyph < 0 macro
DFont.cpp337 if (IS_END_OF_STRING(glyph)) { in render()
377 if (IS_END_OF_STRING(glyph)) { in precache()
410 if (IS_END_OF_STRING(glyph)) { in render()