Searched refs:cNumFaces (Results 1 – 4 of 4) sorted by relevance
43 ULONG cjSize, cNumFaces; in FtfdLoadFontFile() local77 cNumFaces = ftface->num_faces; in FtfdLoadFontFile()79 cjSize = sizeof(FTFD_FILE) + cNumFaces * sizeof(FT_Face); in FtfdLoadFontFile()92 pfile->cNumFaces = cNumFaces; in FtfdLoadFontFile()97 for (i = 0; i < pfile->cNumFaces; i++) in FtfdLoadFontFile()103 DbgPrint("Success! Returning %ld faces\n", cNumFaces); in FtfdLoadFontFile()122 for (i = 0; i < pfile->cNumFaces; i++) in FtfdUnloadFontFile()159 return pfile->cNumFaces; in FtfdQueryFontFile()185 if (iFace > pfile->cNumFaces || !pid) in FtfdQueryFont()
37 ULONG cNumFaces; member
184 pfile->cNumFaces = count; in ParseFonFile()352 return pfile->cNumFaces; in BmfdQueryFontFile()403 if (!iFace || iFace > pfile->cNumFaces || iMode != QFT_GLYPHSET) in BmfdQueryFontTree()405 DbgPrint("iFace = %ld, cNumFaces = %ld\n", iFace, pfile->cNumFaces); in BmfdQueryFontTree()527 if (iFace > pfile->cNumFaces || !pid) in BmfdQueryFont()
239 ULONG cNumFaces; member