Searched refs:fpe_functions (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXfont2/dist/test/utils/ |
| H A D | lsfontdir.c | 42 xfont2_fpe_funcs_rec const **fpe_functions; local in function:main 46 fpe_functions = init_font_handlers(&fpe_function_count); 62 result = (*fpe_functions[fpe->type]->list_fonts)
|
| H A D | font-test-utils.c | 68 static xfont2_fpe_funcs_rec const **fpe_functions; variable in typeref:typename:xfont2_fpe_funcs_rec const ** 140 new = reallocarray(fpe_functions, (num_fpe_types + 1), 143 fpe_functions = new; 145 fpe_functions[num_fpe_types] = funcs; 250 assert (fpe_functions != NULL); 253 return fpe_functions; 267 if ((*fpe_functions[i]->name_check) (pathname)) 329 result = (*fpe_functions[fpe->type]->init_fpe) (fpe);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 78 static FPEFunctions *fpe_functions = (FPEFunctions *) 0; variable in typeref:typename:FPEFunctions * 111 if (fpe_functions[pfont->fpe->type].load_glyphs) 112 return (*fpe_functions[pfont->fpe->type].load_glyphs) 202 (void) (*fpe_functions[fpe->type].wakeup_fpe) (fpe, LastSelectMask); 218 (*fpe_functions[fpe->type].free_fpe) (fpe); 272 (*fpe_functions[fpe->type].client_died) ((pointer) client, fpe); 279 err = (*fpe_functions[fpe->type].open_font) 489 (*fpe_functions[fpe->type].close_font) (fpe, pfont); 587 (*fpe_functions[fpe->type].client_died) ((pointer) client, fpe); 600 if (!fpe_functions[fp [all...] |
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fonts.c | 70 static xfont2_fpe_funcs_rec *fpe_functions; variable in typeref:typename:xfont2_fpe_funcs_rec * 110 (*fpe_functions[fpe->type].free_fpe) (fpe); 183 (void) (*fpe_functions[fpe->type].wakeup_fpe) (fpe); 288 (*fpe_functions[fpe->type].client_died) ((pointer) client, fpe); 295 err = (*fpe_functions[fpe->type].open_font) 559 (*fpe_functions[fpe->type].close_font) (fpe, pfont); 593 if ((*fpe_functions[i].name_check) (name)) 653 if (fpe_functions[i].set_path_hook) 654 (*fpe_functions[i].set_path_hook) (); 666 err = (*fpe_functions[fp [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 79 static xfont2_fpe_funcs_rec const **fpe_functions; variable in typeref:typename:xfont2_fpe_funcs_rec const ** 112 if (fpe_functions[pfont->fpe->type]->load_glyphs) 113 return (*fpe_functions[pfont->fpe->type]->load_glyphs) 210 (void) (*fpe_functions[fpe->type]->wakeup_fpe) (fpe); 226 (*fpe_functions[fpe->type]->free_fpe) (fpe); 270 (*fpe_functions[fpe->type]->client_died) ((void *) client, fpe); 277 err = (*fpe_functions[fpe->type]->open_font) 480 (*fpe_functions[fpe->type]->close_font) (fpe, pfont); 571 (*fpe_functions[fpe->type]->client_died) ((void *) client, fpe); 584 if (!fpe_functions[fp [all...] |
Completed in 46 milliseconds