Searched refs:load_glyphs (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/stubs/
H A Dregfpefunc.c22 LoadGlyphsFunc load_glyphs,
29 next_lfwi_func, wakeup_func, client_died, load_glyphs,
11 RegisterFPEFunctions(NameCheckFunc name_func,InitFpeFunc init_func,FreeFpeFunc free_func,ResetFpeFunc reset_func,OpenFontFunc open_func,CloseFontFunc close_func,ListFontsFunc list_func,StartLfwiFunc start_lfwi_func,NextLfwiFunc next_lfwi_func,WakeupFpeFunc wakeup_func,ClientDiedFunc client_died,LoadGlyphsFunc load_glyphs,StartLaFunc start_list_alias_func,NextLaFunc next_list_alias_func,SetPathFunc set_path_func) argument
/xsrc/external/mit/libXfont2/dist/src/builtins/
H A Dfpe.c82 .load_glyphs = 0,
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontproto.h42 LoadGlyphsFunc load_glyphs,
H A Dfontstruct.h241 /* for load_glyphs, range_flag = 0 ->
249 LoadGlyphsFunc load_glyphs; member in struct:_FPEFunctions
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixfont.h171 LoadGlyphsFunc load_glyphs,
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dlibxfont2.h50 LoadGlyphsFunc load_glyphs; member in struct:_xfont2_fpe_funcs
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c111 if (fpe_functions[pfont->fpe->type].load_glyphs)
112 return (*fpe_functions[pfont->fpe->type].load_glyphs)
1959 LoadGlyphsFunc load_glyphs,
1986 fpe_functions[num_fpe_types].load_glyphs = load_glyphs;
1948 RegisterFPEFunctions(NameCheckFunc name_func,InitFpeFunc init_func,FreeFpeFunc free_func,ResetFpeFunc reset_func,OpenFontFunc open_func,CloseFontFunc close_func,ListFontsFunc list_func,StartLfwiFunc start_lfwi_func,NextLfwiFunc next_lfwi_func,WakeupFpeFunc wakeup_func,ClientDiedFunc client_died,LoadGlyphsFunc load_glyphs,StartLaFunc start_list_alias_func,NextLaFunc next_list_alias_func,SetPathFunc set_path_func) argument
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dcatalogue.c467 .load_glyphs = 0,
H A Dfontfile.c1129 .load_glyphs = 0,
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c1401 if (fpe_functions[pfont->fpe->type].load_glyphs)
1402 return (*fpe_functions[pfont->fpe->type].load_glyphs)(
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c112 if (fpe_functions[pfont->fpe->type]->load_glyphs)
113 return (*fpe_functions[pfont->fpe->type]->load_glyphs)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c2255 /* Since we're not ready to send the load_glyphs request yet,
2286 /* Since we're not ready to send the load_glyphs request yet,
3372 .load_glyphs = _fs_load_glyphs,

Completed in 15 milliseconds