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

  /frameworks/base/libs/hwui/font/
FontUtil.h 45 #define IS_END_OF_STRING(glyph) false
58 #define IS_END_OF_STRING(glyph) glyph < 0
Font.cpp 323 if (IS_END_OF_STRING(glyph)) {
363 if (IS_END_OF_STRING(glyph)) {
398 if (IS_END_OF_STRING(glyph)) {

Completed in 291 milliseconds