Home | History | Annotate | Download | only in builtins

Lines Matching defs:pFont

39     FontPtr     pFont;
50 pFont = malloc(sizeof(FontRec));
51 if (!pFont) {
61 pFont->refcnt = 0;
62 pFont->maxPrivate = -1;
63 pFont->devPrivates = (pointer *) 0;
65 ret = pcfReadFont (pFont, file, bit, byte, glyph, scan);
69 free(pFont);
71 *ppFont = pFont;
92 FontPtr *pFont,