HomeSort by: relevance | last modified time | path
    Searched refs:fpe_functions (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/libXfont2/dist/test/
test-pcf-bitmapscale.c 48 xfont2_fpe_funcs_rec const **fpe_functions; local
57 fpe_functions = pcf_test_init(&fpe_function_count);
64 return pcf_test_open_font(fpe_functions,
test-pcf-encoding.c 45 xfont2_fpe_funcs_rec const **fpe_functions; local
54 fpe_functions = pcf_test_init(&fpe_function_count);
57 return pcf_test_open_font(fpe_functions,
test-pcf-norepad.c 45 xfont2_fpe_funcs_rec const **fpe_functions; local
54 fpe_functions = pcf_test_init(&fpe_function_count);
57 return pcf_test_open_font(fpe_functions,
test-pcf-props.c 49 xfont2_fpe_funcs_rec const **fpe_functions; local
58 fpe_functions = pcf_test_init(&fpe_function_count);
61 return pcf_test_open_font(fpe_functions,
test-pcf-repad.c 45 xfont2_fpe_funcs_rec const **fpe_functions; local
54 fpe_functions = pcf_test_init(&fpe_function_count);
57 return pcf_test_open_font(fpe_functions,
pcf-test-common.h 45 pcf_test_open_font(xfont2_fpe_funcs_rec const **fpe_functions,
pcf-test-common.c 49 try_open_font(xfont2_fpe_funcs_rec const **fpe_functions,
65 result = (*fpe_functions[fpe->type]->open_font)
70 (*fpe_functions[fpe->type]->close_font)(fpe, pFont);
77 pcf_test_open_font(xfont2_fpe_funcs_rec const **fpe_functions,
107 result = try_open_font(fpe_functions, fpe_list[0], xlfd);
117 (*fpe_functions[fpe_list[0]->type]->free_fpe)(fpe_list[0]);
  /xsrc/external/mit/libXfont2/dist/test/utils/
lsfontdir.c 42 xfont2_fpe_funcs_rec const **fpe_functions; local
46 fpe_functions = init_font_handlers(&fpe_function_count);
62 result = (*fpe_functions[fpe->type]->list_fonts)
font-test-utils.c 68 static xfont2_fpe_funcs_rec const **fpe_functions; variable
142 new = reallocarray(fpe_functions, (num_fpe_types + 1),
145 fpe_functions = new;
147 fpe_functions[num_fpe_types] = funcs;
239 assert (fpe_functions != NULL);
242 return fpe_functions;
256 if ((*fpe_functions[i]->name_check) (pathname))
318 result = (*fpe_functions[fpe->type]->init_fpe) (fpe);
  /xsrc/external/mit/xorg-server.old/dist/dix/
dixfonts.c 78 static FPEFunctions *fpe_functions = (FPEFunctions *) 0; variable
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[fpe->type].start_list_fonts_and_aliases
    [all...]
  /xsrc/external/mit/xfs/dist/difs/
fonts.c 70 static xfont2_fpe_funcs_rec *fpe_functions; variable
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[fpe->type].reset_fpe) (fpe)
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
dixfonts.c 79 static xfont2_fpe_funcs_rec const **fpe_functions; variable
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[fpe->type]->start_list_fonts_and_aliases)
    [all...]

Completed in 15 milliseconds