Lines Matching defs:tmpName

263     FontNameRec		tmpName;
282 tmpName.name = lowerName;
283 tmpName.length = namelen;
284 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
287 if (!(entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName)) &&
288 tmpName.ndashes == 14 &&
291 tmpName.length = strlen(lowerName);
292 entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName);
339 tmpName.name = lowerName;
340 tmpName.length = namelen;
341 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
343 !(tmpName.length = strlen (lowerName),
344 entry = FontFileFindNameInScalableDir (&dir->scalable, &tmpName,
348 tmpName.name = lowerName;
349 tmpName.length = namelen;
350 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
351 entry = FontFileFindNameInScalableDir (&dir->scalable, &tmpName, &vals);
355 tmpName.name = lowerName;
356 tmpName.length = entry->name.length;
357 tmpName.ndashes = entry->name.ndashes;
421 ret = FontFileMatchBitmapSource (fpe, pFont, flags, entry, &tmpName, &vals, format, fmask, noSpecificSize);
849 FontNameRec tmpName;
871 tmpName.name = lowerName;
872 tmpName.length = namelen;
873 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
876 if (!(entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName)) &&
877 tmpName.ndashes == 14 &&
880 tmpName.length = strlen(lowerName);
881 entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName);
925 tmpName.name = lowerName;
926 tmpName.length = namelen;
927 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
929 !(tmpName.length = strlen (lowerName),
930 entry = FontFileFindNameInScalableDir (&dir->scalable, &tmpName,
934 tmpName.name = lowerName;
935 tmpName.length = namelen;
936 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
937 entry = FontFileFindNameInScalableDir (&dir->scalable, &tmpName, &vals);
941 tmpName.name = lowerName;
942 tmpName.length = entry->name.length;
943 tmpName.ndashes = entry->name.ndashes;
1012 (fpe, *pFontInfo, entry, &tmpName, fileName,
1027 tmpName.length = namelen;