Searched refs:shape_ndx (Results 1 – 3 of 3) sorted by relevance
107 unsigned short shape_ndx; member111 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])113 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])139 unsigned short shape_ndx; member144 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])152 ((d)->shape_ndx= (s)-&(g)->shapes[0])162 unsigned short shape_ndx; member167 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])169 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])198 unsigned char shape_ndx; member[all …]
883 doodad->shape.shape_ndx = doodadWire.shape.shape_ndx; in ReadXkmGeomDoodad()896 doodad->indicator.shape_ndx = doodadWire.indicator.shape_ndx; in ReadXkmGeomDoodad()903 doodad->logo.shape_ndx = doodadWire.logo.shape_ndx; in ReadXkmGeomDoodad()1010 key->shape_ndx = keyWire.shape_ndx; in ReadXkmGeomSection()
4801 doodadWire->shape.shapeNdx = doodad->shape.shape_ndx; in XkbWriteGeomDoodads()4820 doodadWire->indicator.shapeNdx = doodad->indicator.shape_ndx; in XkbWriteGeomDoodads()4827 doodadWire->logo.shapeNdx = doodad->logo.shape_ndx; in XkbWriteGeomDoodads()4975 keyWire[k].shapeNdx = key->shape_ndx; in XkbWriteGeomSections()5202 doodad->shape.shape_ndx = dWire->shape.shapeNdx; in _CheckSetDoodad()5243 doodad->indicator.shape_ndx = dWire->indicator.shapeNdx; in _CheckSetDoodad()5259 doodad->logo.shape_ndx = dWire->logo.shapeNdx; in _CheckSetDoodad()5380 key->shape_ndx = kWire[k].shapeNdx; in _CheckSetSections()5382 if (key->shape_ndx >= geom->num_shapes) { in _CheckSetSections()5383 client->errorValue = _XkbErrCode3(0x10, key->shape_ndx, in _CheckSetSections()