Home
last modified time | relevance | path

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

/external/skia/dm/
DDM.cpp1253 #define PORTABLE_FONT_PREFIX "Toy Liberation " macro
1256 if (familyName && strlen(familyName) > sizeof(PORTABLE_FONT_PREFIX) in create_from_name()
1257 && !strncmp(familyName, PORTABLE_FONT_PREFIX, sizeof(PORTABLE_FONT_PREFIX) - 1)) { in create_from_name()
1263 #undef PORTABLE_FONT_PREFIX