Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c387 xnestStoreColors(ColormapPtr pCmap, int nColors, xColorItem * pColors) in xnestStoreColors() argument
393 XColor *pColors64 = xallocarray(nColors, sizeof(XColor)); in xnestStoreColors()
395 for (i = 0; i < nColors; ++i) { in xnestStoreColors()
402 XStoreColors(xnestDisplay, xnestColormap(pCmap), pColors64, nColors); in xnestStoreColors()
407 (XColor *) pColors, nColors); in xnestStoreColors()
H A DColor.h53 void xnestStoreColors(ColormapPtr pCmap, int nColors, xColorItem * pColors);
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c5021 rep->nColors = geom->num_colors; in XkbComputeGetGeometryReplySize()
5034 rep->nProperties = rep->nColors = rep->nShapes = 0; in XkbComputeGetGeometryReplySize()
5056 if (rep->nColors > 0) in XkbSendGeometry()
5084 swaps(&rep->nColors); in XkbSendGeometry()
5518 if (req->nColors < 2) { in _CheckSetGeom()
5519 client->errorValue = _XkbErrCode3(0x01, 2, req->nColors); in _CheckSetGeom()
5522 if (req->baseColorNdx > req->nColors) { in _CheckSetGeom()
5524 _XkbErrCode3(0x03, req->nColors, req->baseColorNdx); in _CheckSetGeom()
5527 if (req->labelColorNdx > req->nColors) { in _CheckSetGeom()
5529 _XkbErrCode3(0x03, req->nColors, req->labelColorNdx); in _CheckSetGeom()
[all …]
H A DxkbSwap.c390 swaps(&stuff->nColors); in SProcXkbSetGeometry()
/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c548 swaps(&pRep->nColors); in SQueryColorsReply()
H A Ddispatch.c2849 .nColors = count in ProcQueryColors()