Searched refs:nShapes (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGeom.c | 343 if (rep->nShapes < 1) 345 if ((rtrn = XkbAllocGeomShapes(geom, rep->nShapes)) != Success) 347 for (i = 0; i < rep->nShapes; i++) {
|
| H A D | XKBGAlloc.c | 541 XkbAllocGeomShapes(XkbGeometryPtr geom, int nShapes) argument 543 return _XkbAllocShapes(geom, nShapes);
|
| H A D | XKBSetGeom.c | 462 req->nShapes = geom->num_shapes;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBGAlloc.c | 529 XkbAllocGeomShapes(XkbGeometryPtr geom,int nShapes) argument 531 return _XkbAllocShapes(geom,nShapes);
|
| H A D | xkb.c | 4874 rep->nShapes= geom->num_shapes; 4886 rep->nProperties= rep->nColors= rep->nShapes= 0; 4913 if ( rep->nShapes>0 ) 4940 swaps(&rep->nShapes,n); 5285 if (req->nShapes<1) { 5286 client->errorValue= _XkbErrCode2(0x06,req->nShapes); 5294 for (i=0;i<req->nShapes;i++) { 5331 if (geom->num_shapes!=req->nShapes) { 5332 client->errorValue= _XkbErrCode3(0x07,geom->num_shapes,req->nShapes); 5447 sizes.num_shapes= stuff->nShapes; [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBproto.h | 808 CARD16 nShapes; member in struct:_xkbGetGeometryReply 822 CARD8 nShapes; member in struct:_xkbSetGeometry
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkb.c | 5021 rep->nShapes = geom->num_shapes; 5033 rep->nProperties = rep->nColors = rep->nShapes = 0; 5057 if (rep->nShapes > 0) 5084 swaps(&rep->nShapes); 5454 if (req->nShapes < 1) { 5455 client->errorValue = _XkbErrCode2(0x06, req->nShapes); 5464 for (i = 0; i < req->nShapes; i++) { 5511 if (geom->num_shapes != req->nShapes) { 5512 client->errorValue = _XkbErrCode3(0x07, geom->num_shapes, req->nShapes); 5631 sizes.num_shapes = stuff->nShapes; [all...] |
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | geometry.c | 224 int nShapes; member in struct:_GeometryInfo 633 info->nShapes = 0; 784 info->nShapes++; 3657 .num_shapes = info.nShapes,
|
Completed in 27 milliseconds