| /xsrc/external/mit/xfontsel/dist/ |
| H A D | xfontsel.c | 269 static int numFonts; variable in typeref:typename:int 541 fontNames = XListFonts(dpy, AppRes.pattern, 32767, &numFonts); 543 fonts = (FontValues*)XtMalloc( numFonts*sizeof(FontValues) ); 544 fontInSet = (Boolean*)XtMalloc( numFonts*sizeof(Boolean) ); 548 for (f = numFonts, b = fontInSet; f; f--, b++) 556 if (numFonts == 0) { 560 count = matchingFontCount = numFonts; 584 parseRec->end = numFonts; 594 for (f = 0; f < numFonts && !IsXLFDFontName(fontNames[f]); f++); 595 if (f != numFonts) { [all...] |
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | catalogue.c | 390 int *numFonts, pointer private) 404 pFontInfo, numFonts, 410 pFontInfo, numFonts, private); 387 CatalogueListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
|
| H A D | fontfile.c | 1043 int *numFonts, pointer private) 1064 *numFonts = data->names->nnames - data->current; 1040 FontFileListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | catalogue.c | 391 int *numFonts, pointer private) 405 pFontInfo, numFonts, 411 pFontInfo, numFonts, private); 388 CatalogueListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
|
| H A D | fontfile.c | 1041 int *numFonts, pointer private) 1062 *numFonts = data->names->nnames - data->current; 1038 FontFileListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fonts.c | 1116 int numFonts; local in function:do_list_fonts_with_info 1158 &pFontInfo, &numFonts, cPtr->current.private); 1191 &tmpFontInfo, &numFonts, cPtr->current.private); 1202 cPtr->savedNumFonts = numFonts; 1251 numFonts = cPtr->savedNumFonts; 1269 reply->nReplies = numFonts;
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | fntfil.h | 103 int *numFonts, pointer private );
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | fntfil.h | 100 int *numFonts, pointer private );
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | fontstruct.h | 194 int* numFonts,
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fntfil.h | 102 int *numFonts, pointer private);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 881 int numFonts; local in function:doListFontsWithInfo 931 &numFonts, c->current.private); 966 &numFonts, c->current.private); 977 c->savedNumFonts = numFonts; 1034 numFonts = c->savedNumFonts; 1056 reply->nReplies = numFonts;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 850 int numFonts; local in function:doListFontsWithInfo 891 &numFonts, c->current.private); 921 &numFonts, c->current.private); 930 c->savedNumFonts = numFonts; 980 numFonts = c->savedNumFonts; 1002 reply->nReplies = numFonts;
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fserve.c | 2692 FontInfoPtr *pFontInfo, int *numFonts, 2724 *numFonts = binfo->remaining; 2690 fs_next_list_with_info(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fserve.c | 2653 FontInfoPtr *pFontInfo, int *numFonts, 2685 *numFonts = binfo->remaining; 2651 fs_next_list_with_info(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
|