Lines Matching refs:fpe
41 FontFileRegisterBitmapSource (FontPathElementPtr fpe)
48 if (FontFileBitmapSources.fpe[i] == fpe)
53 new = reallocarray (FontFileBitmapSources.fpe, newsize, sizeof *new);
57 FontFileBitmapSources.fpe = new;
59 FontFileBitmapSources.fpe[FontFileBitmapSources.count++] = fpe;
64 FontFileUnregisterBitmapSource (FontPathElementPtr fpe)
69 if (FontFileBitmapSources.fpe[i] == fpe)
75 free (FontFileBitmapSources.fpe);
76 FontFileBitmapSources.fpe = 0;
81 FontFileBitmapSources.fpe[i] = FontFileBitmapSources.fpe[i+1];
101 free (FontFileBitmapSources.fpe);
102 FontFileBitmapSources.fpe = 0;
106 FontFileMatchBitmapSource (FontPathElementPtr fpe,
131 if (FontFileBitmapSources.fpe[source] == fpe)
133 dir = (FontDirectoryPtr) FontFileBitmapSources.fpe[source]->private;
143 (*pFont)->fpe = FontFileBitmapSources.fpe[source];
153 (*pFont)->fpe = FontFileBitmapSources.fpe[source];
159 FontFileBitmapSources.fpe[source],
162 (*pFont)->fpe = FontFileBitmapSources.fpe[source];