Searched refs:prCI (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ | ||
| H A D | xf86bigfont.c | 422 xCharInfo* prCI = pCI; local in function:ProcXF86BigfontQueryFont 444 *prCI++ = *tmpCharInfos[i]; |
| /xsrc/external/mit/xorg-server/dist/Xext/ | ||
| H A D | xf86bigfont.c | 403 xCharInfo *prCI = pCI; local in function:ProcXF86BigfontQueryFont 425 *prCI++ = *tmpCharInfos[i]; |
| /xsrc/external/mit/xorg-server.old/dist/dix/ | ||
| H A D | dixfonts.c | 512 xCharInfo *prCI; local in function:QueryFont 545 prCI = (xCharInfo *) (prFP); 558 *prCI = *charInfos[i]; 559 prCI++; |
| /xsrc/external/mit/xorg-server/dist/dix/ | ||
| H A D | dixfonts.c | 500 xCharInfo *prCI; local in function:QueryFont 532 prCI = (xCharInfo *) (prFP); 544 *prCI = *charInfos[i]; 545 prCI++; |
Completed in 7 milliseconds