Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c3326 int rc, stringLens, numpaths; in ProcGetFontPath() local
3332 rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart); in ProcGetFontPath()
3339 .length = bytes_to_int32(stringLens + numpaths), in ProcGetFontPath()
3340 .nPaths = numpaths in ProcGetFontPath()
3344 if (stringLens || numpaths) in ProcGetFontPath()
3345 WriteToClient(client, stringLens + numpaths, bufferStart); in ProcGetFontPath()