Searched refs:nColors (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Color.c | 387 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 D | Color.h | 53 void xnestStoreColors(ColormapPtr pCmap, int nColors, xColorItem * pColors);
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkb.c | 5021 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 D | xkbSwap.c | 390 swaps(&stuff->nColors); in SProcXkbSetGeometry()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | swaprep.c | 548 swaps(&pRep->nColors); in SQueryColorsReply()
|
| H A D | dispatch.c | 2849 .nColors = count in ProcQueryColors()
|