Lines Matching refs:shape_ndx
85 unsigned short shape_ndx;
88 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
90 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
115 unsigned short shape_ndx;
119 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
127 ((d)->shape_ndx= (s)-&(g)->shapes[0])
137 unsigned short shape_ndx;
141 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
143 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
172 unsigned char shape_ndx;
175 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx])
177 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0])