Lines Matching refs:tmpName
385 FontNameRec tmpName;
398 tmpName.name = lowerName;
399 tmpName.length = namelen;
400 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
402 if (tmpName.ndashes == 14 &&
406 tmpName.length = strlen (lowerName);
407 entry = FontFileFindNameInDir (&dir->scalable, &tmpName);
417 if (entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName))
446 tmpName.length = strlen (lowerName);
451 p = lowerName + tmpName.length;
466 tmpName.length = p - lowerName;
472 (entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName)) &&