Lines Matching refs:fpe
65 static int FontFileOpenBitmapNCF (FontPathElementPtr fpe, FontPtr *pFont,
89 FontFileInitFPE (FontPathElementPtr fpe)
94 status = FontFileReadDirectory (fpe->name, &dir);
98 if (!FontFileRegisterBitmapSource (fpe))
100 FontFileFreeFPE (fpe);
103 fpe->private = (pointer) dir;
110 FontFileResetFPE (FontPathElementPtr fpe)
114 dir = (FontDirectoryPtr) fpe->private;
127 if (!FontFileRegisterBitmapSource (fpe))
136 FontFileFreeFPE (FontPathElementPtr fpe)
138 FontFileUnregisterBitmapSource (fpe);
139 FontFileFreeDir ((FontDirectoryPtr) fpe->private);
256 FontFileOpenFont (pointer client, FontPathElementPtr fpe, Mask flags,
278 dir = (FontDirectoryPtr) fpe->private;
305 (*pFont)->fpe = fpe;
310 ret = FontFileOpenBitmapNCF (fpe, pFont, flags, entry, format,
313 (*pFont)->fpe = fpe;
394 (*pFont)->fpe = fpe;
404 (*pFont)->fpe = fpe;
409 ret = FontFileOpenBitmapNCF (fpe, pFont, flags, entry,
413 (*pFont)->fpe = fpe;
423 ret = FontFileMatchBitmapSource (fpe, pFont, flags, entry, &tmpName, &vals, format, fmask, noSpecificSize);
447 ret = (*scalable->renderer->OpenScalable) (fpe, pFont,
452 ret = (*scalable->renderer->OpenBitmap) (fpe, pFont,
475 (*pFont)->fpe = fpe;
491 FontFileCloseFont (FontPathElementPtr fpe, FontPtr pFont)
513 FontFileOpenBitmapNCF (FontPathElementPtr fpe, FontPtr *pFont,
523 dir = (FontDirectoryPtr) fpe->private;
532 (fpe, pFont, flags, entry, fileName, format, fmask,
543 FontFileOpenBitmap (FontPathElementPtr fpe, FontPtr *pFont,
547 return FontFileOpenBitmapNCF (fpe, pFont, flags, entry, format, fmask,
552 FontFileGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo,
560 dir = (FontDirectoryPtr) fpe->private;
568 ret = (*bitmap->renderer->GetInfoBitmap) (fpe, pFontInfo, entry, fileName);
690 _FontFileListFonts (pointer client, FontPathElementPtr fpe,
706 dir = (FontDirectoryPtr) fpe->private;
797 FontFileListFonts (pointer client, FontPathElementPtr fpe, const char *pat,
800 return _FontFileListFonts (client, fpe, pat, len, max, names, 0);
804 FontFileStartListFonts(pointer client, FontPathElementPtr fpe,
820 ret = _FontFileListFonts (client, fpe, pat, len,
835 FontFileStartListFontsWithInfo(pointer client, FontPathElementPtr fpe,
839 return FontFileStartListFonts(client, fpe, pat, len, max, privatep, 0);
844 FontFileListOneFontWithInfo (pointer client, FontPathElementPtr fpe,
867 dir = (FontDirectoryPtr) fpe->private;
898 ret = FontFileGetInfoBitmap (fpe, *pFontInfo, entry);
986 ret = FontFileGetInfoBitmap (fpe, *pFontInfo, entry);
1014 (fpe, *pFontInfo, entry, &tmpName, fileName,
1018 (fpe, *pFontInfo, entry, fileName);
1040 FontFileListNextFontWithInfo(pointer client, FontPathElementPtr fpe,
1058 ret = FontFileListOneFontWithInfo (client, fpe, &name, &namelen, pFontInfo);
1069 FontFileStartListFontsAndAliases(pointer client, FontPathElementPtr fpe,
1073 return FontFileStartListFonts(client, fpe, pat, len, max, privatep, 1);
1077 FontFileListNextFontOrAlias(pointer client, FontPathElementPtr fpe,