Lines Matching defs:shape_ndx
122 unsigned short shape_ndx;
125 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
127 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
152 unsigned short shape_ndx;
156 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
164 ((d)->shape_ndx= (s)-&(g)->shapes[0])
174 unsigned short shape_ndx;
178 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
180 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
209 unsigned char shape_ndx;
212 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx])
214 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0])