Lines Matching refs:pFont
1252 FontPtr pFont; in ProcCloseFont() local
1258 rc = dixLookupResourceByType((void **) &pFont, stuff->id, RT_FONT, in ProcCloseFont()
1274 FontPtr pFont; in ProcQueryFont() local
1280 rc = dixLookupFontable(&pFont, stuff->id, client, DixGetAttrAccess); in ProcQueryFont()
1285 xCharInfo *pmax = FONTINKMAX(pFont); in ProcQueryFont()
1286 xCharInfo *pmin = FONTINKMIN(pFont); in ProcQueryFont()
1295 0 : N2dChars(pFont); in ProcQueryFont()
1298 FONTINFONPROPS(FONTCHARSET(pFont)) * sizeof(xFontProp) + in ProcQueryFont()
1308 QueryFont(pFont, reply, nprotoxcistructs); in ProcQueryFont()
1320 FontPtr pFont; in ProcQueryTextExtents() local
1328 rc = dixLookupFontable(&pFont, stuff->fid, client, DixGetAttrAccess); in ProcQueryTextExtents()
1339 if (!xfont2_query_text_extents(pFont, length, (unsigned char *) &stuff[1], &info)) in ProcQueryTextExtents()