Home
last modified time | relevance | path

Searched refs:SetFontPath (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxfont.c210 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 Ddixfont.h79 extern _X_EXPORT int SetFontPath(ClientPtr /*client */ ,
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt480 R051 X11:SetFontPath
H A Ddixfonts.c1675 SetFontPath(ClientPtr client, int npaths, unsigned char *paths) in SetFontPath() function
H A Ddispatch.c3319 return SetFontPath(client, stuff->nFonts, (unsigned char *) &stuff[1]); in ProcSetFontPath()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog111850 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.