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

/external/skia/src/ports/
H A DFontHostConfiguration_android.cpp30 #define NAMESET_TAG 1 macro
55 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
62 case NAMESET_TAG:
97 familyData->currentTag = NAMESET_TAG;
100 } else if ((strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) ||
121 } else if ((strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) ||

Completed in 57 milliseconds