Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxfont.c158 int nOldPaths; in dmxCheckFontPath() local
165 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths); in dmxCheckFontPath()
170 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths); in dmxCheckFontPath()
185 int nOldPaths; in dmxProcSetFontPath() local
206 GetFontPath(serverClient, &nOldPaths, &lenOldPaths, &tmpFontPath); in dmxProcSetFontPath()
207 oldFontPath = malloc(nOldPaths + lenOldPaths); in dmxProcSetFontPath()
208 memmove(oldFontPath, tmpFontPath, nOldPaths + lenOldPaths); in dmxProcSetFontPath()
220 SetFontPath(client, nOldPaths, oldFontPath); in dmxProcSetFontPath()
266 int nOldPaths; in dmxBELoadFont() local
280 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths); in dmxBELoadFont()
[all …]