Lines Matching refs:fpe
39 FontFileRegisterBitmapSource (FontPathElementPtr fpe)
46 if (FontFileBitmapSources.fpe[i] == fpe)
51 new = realloc (FontFileBitmapSources.fpe, newsize * sizeof *new);
55 FontFileBitmapSources.fpe = new;
57 FontFileBitmapSources.fpe[FontFileBitmapSources.count++] = fpe;
62 FontFileUnregisterBitmapSource (FontPathElementPtr fpe)
67 if (FontFileBitmapSources.fpe[i] == fpe)
73 free (FontFileBitmapSources.fpe);
74 FontFileBitmapSources.fpe = 0;
79 FontFileBitmapSources.fpe[i] = FontFileBitmapSources.fpe[i+1];
99 free (FontFileBitmapSources.fpe);
100 FontFileBitmapSources.fpe = 0;
104 FontFileMatchBitmapSource (FontPathElementPtr fpe,
129 if (FontFileBitmapSources.fpe[source] == fpe)
131 dir = (FontDirectoryPtr) FontFileBitmapSources.fpe[source]->private;
141 (*pFont)->fpe = FontFileBitmapSources.fpe[source];
151 (*pFont)->fpe = FontFileBitmapSources.fpe[source];
157 FontFileBitmapSources.fpe[source],
160 (*pFont)->fpe = FontFileBitmapSources.fpe[source];