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

  /external/skia/legacy/src/ports/
FontHostConfiguration_android.cpp 35 #define NAMESET_TAG 1
61 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
68 case NAMESET_TAG:
136 familyData->currentTag = NAMESET_TAG;
139 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
163 } else if ((strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) ||
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 25 #define NAMESET_TAG 1
51 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
58 case NAMESET_TAG:
126 familyData->currentTag = NAMESET_TAG;
129 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
153 } else if ((strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) ||

Completed in 675 milliseconds