Searched refs:FPEFunctions (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h251 } FPEFunctionsRec, FPEFunctions; typedef in typeref:struct:_FPEFunctions
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c78 static FPEFunctions *fpe_functions = (FPEFunctions *) 0;
1964 FPEFunctions *new;
1967 new = (FPEFunctions *) realloc(fpe_functions,
1968 (num_fpe_types + 1) * sizeof(FPEFunctions));
2008 fpe_functions = (FPEFunctions *) 0;

Completed in 5 milliseconds