Lines Matching defs:g
126 #define XkbShapeDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument
127 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
128 #define XkbSetShapeDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
129 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) argument
144 #define XkbTextDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument
145 #define XkbSetTextDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
158 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
159 #define XkbIndicatorDoodadOnColor(g,d) (&(g)->colors[(d)->on_color_ndx]) argument
160 #define XkbIndicatorDoodadOffColor(g,d) (&(g)->colors[(d)->off_color_ndx]) argument
161 #define XkbSetIndicatorDoodadOnColor(g,d,c) \ argument
163 #define XkbSetIndicatorDoodadOffColor(g,d,c) \ argument
165 #define XkbSetIndicatorDoodadShape(g,d,s) \ argument
179 #define XkbLogoDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument
180 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
181 #define XkbSetLogoDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
182 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) argument
214 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx]) argument
215 #define XkbKeyColor(g,k) (&(g)->colors[(k)->color_ndx]) argument
216 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0]) argument
217 #define XkbSetKeyColor(g,k,c) ((k)->color_ndx= (c)-&(g)->colors[0]) argument
296 #define XkbGeomColorIndex(g,c) ((int)((c)-&(g)->colors[0])) argument