Lines Matching defs:found
443 int found;
497 resource->found = false;
1118 int found = 0;
1123 while (found != 0x7F && SkipToEitherCharacter (file, '/', 'e', &out)) {
1135 if ((found & 0x1) == 0 && strcmp(key, "FullName") == 0) {
1137 found |= 0x1;
1140 if ((found & 0x2) == 0 && strcmp(key, "FamilyName") == 0) {
1142 found |= 0x2;
1145 if ((found & 0x4) == 0 && strcmp(key, "Weight") == 0) {
1147 found |= 0x4;
1150 if ((found & 0x8) == 0 && strcmp(key, "FontName") == 0) {
1152 found |= 0x8;
1155 if ((found & 0x10) == 0 && strcmp(key, "BlendDesignPositions") == 0) {
1157 found |= 0x10;
1160 if ((found & 0x20) == 0 && strcmp(key, "BlendDesignMap") == 0) {
1162 found |= 0x20;
1165 if ((found & 0x40) == 0 && strcmp(key, "BlendAxisTypes") == 0) {
1167 found |= 0x40;
1237 unsigned int found = 0;
1250 if ((found & 1) == 0 && strcmp(key, "FONT") == 0) {
1252 found |= 1;
1255 if ((found & 2) == 0 && strcmp(key, "RESOLUTION_X") == 0) {
1257 found |= 2;
1260 if ((found & 4) == 0 && strcmp(key, "RESOLUTION_Y") == 0) {
1262 found |= 4;
1265 if ((found & 8) == 0 && strcmp(key, "_ADOBE_PSFONT") == 0) {
1267 found |= 8;
1270 if ((found & 16) == 0 && strcmp(key, "SIZE") == 0) {
1272 found |= 16;
1275 if ((found & 32) == 0 && strcmp(key, "POINT_SIZE") == 0) {
1278 found |= 32;
1727 if (upr != NULL) upr->found = true;
1737 if (upr != NULL) upr->found = true;
1745 if (upr->found) continue;
1752 found, it must have been deleted since the previous run */
1770 if (upr->found) continue;