Searched refs:SetFontPath (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxfont.c | 210 result = SetFontPath(client, stuff->nFonts, (unsigned char *) &stuff[1]); in dmxProcSetFontPath() 220 SetFontPath(client, nOldPaths, oldFontPath); in dmxProcSetFontPath() 369 if (SetFontPath(serverClient, newnpaths, (unsigned char *) newfp)) { in dmxBELoadFont()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixfont.h | 79 extern _X_EXPORT int SetFontPath(ClientPtr /*client */ ,
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 480 R051 X11:SetFontPath
|
| H A D | dixfonts.c | 1675 SetFontPath(ClientPtr client, int npaths, unsigned char *paths) in SetFontPath() function
|
| H A D | dispatch.c | 3319 return SetFontPath(client, stuff->nFonts, (unsigned char *) &stuff[1]); in ProcSetFontPath()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 111850 SetFontPath: set client->errorValue on failure. 111856 Since SetFontPath takes the ClientPtr, let it set client->errorValue 158707 dix: pass a valid ClientPtr to SetFontPath in all cases.
|