Lines Matching defs:g

110 #define	XkbShapeDoodadColor(g,d)	(&(g)->colors[(d)->color_ndx])  argument
111 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
112 #define XkbSetShapeDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
113 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) argument
129 #define XkbTextDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument
130 #define XkbSetTextDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
144 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
145 #define XkbIndicatorDoodadOnColor(g,d) (&(g)->colors[(d)->on_color_ndx]) argument
146 #define XkbIndicatorDoodadOffColor(g,d) (&(g)->colors[(d)->off_color_ndx]) argument
147 #define XkbSetIndicatorDoodadOnColor(g,d,c) \ argument
149 #define XkbSetIndicatorDoodadOffColor(g,d,c) \ argument
151 #define XkbSetIndicatorDoodadShape(g,d,s) \ argument
166 #define XkbLogoDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument
167 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
168 #define XkbSetLogoDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
169 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) argument
202 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx]) argument
203 #define XkbKeyColor(g,k) (&(g)->colors[(k)->color_ndx]) argument
204 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0]) argument
205 #define XkbSetKeyColor(g,k,c) ((k)->color_ndx= (c)-&(g)->colors[0]) argument
285 #define XkbGeomColorIndex(g,c) ((int)((c)-&(g)->colors[0])) argument