Lines Matching defs:x
38 #define DRAW_FASTSETPIXELXY(x, y, type, bpp, color) \ argument
42 #define DRAW_FASTSETPIXELXY1(x, y) DRAW_FASTSETPIXELXY(x, y, Uint8, 1, color) argument
43 #define DRAW_FASTSETPIXELXY2(x, y) DRAW_FASTSETPIXELXY(x, y, Uint16, 2, color) argument
44 #define DRAW_FASTSETPIXELXY4(x, y) DRAW_FASTSETPIXELXY(x, y, Uint32, 4, color) argument
94 #define DRAW_SETPIXELXY(x, y, type, bpp, op) \ argument
124 #define DRAW_SETPIXELXY_RGB555(x, y) \ argument
127 #define DRAW_SETPIXELXY_BLEND_RGB555(x, y) \ argument
130 #define DRAW_SETPIXELXY_ADD_RGB555(x, y) \ argument
133 #define DRAW_SETPIXELXY_MOD_RGB555(x, y) \ argument
136 #define DRAW_SETPIXELXY_MUL_RGB555(x, y) \ argument
162 #define DRAW_SETPIXELXY_RGB565(x, y) \ argument
165 #define DRAW_SETPIXELXY_BLEND_RGB565(x, y) \ argument
168 #define DRAW_SETPIXELXY_ADD_RGB565(x, y) \ argument
171 #define DRAW_SETPIXELXY_MOD_RGB565(x, y) \ argument
174 #define DRAW_SETPIXELXY_MUL_RGB565(x, y) \ argument
200 #define DRAW_SETPIXELXY_RGB888(x, y) \ argument
203 #define DRAW_SETPIXELXY_BLEND_RGB888(x, y) \ argument
206 #define DRAW_SETPIXELXY_ADD_RGB888(x, y) \ argument
209 #define DRAW_SETPIXELXY_MOD_RGB888(x, y) \ argument
212 #define DRAW_SETPIXELXY_MUL_RGB888(x, y) \ argument
238 #define DRAW_SETPIXELXY_ARGB8888(x, y) \ argument
241 #define DRAW_SETPIXELXY_BLEND_ARGB8888(x, y) \ argument
244 #define DRAW_SETPIXELXY_ADD_ARGB8888(x, y) \ argument
247 #define DRAW_SETPIXELXY_MOD_ARGB8888(x, y) \ argument
250 #define DRAW_SETPIXELXY_MUL_ARGB8888(x, y) \ argument
276 #define DRAW_SETPIXELXY2_RGB(x, y) \ argument
279 #define DRAW_SETPIXELXY4_RGB(x, y) \ argument
282 #define DRAW_SETPIXELXY2_BLEND_RGB(x, y) \ argument
285 #define DRAW_SETPIXELXY4_BLEND_RGB(x, y) \ argument
288 #define DRAW_SETPIXELXY2_ADD_RGB(x, y) \ argument
291 #define DRAW_SETPIXELXY4_ADD_RGB(x, y) \ argument
294 #define DRAW_SETPIXELXY2_MOD_RGB(x, y) \ argument
297 #define DRAW_SETPIXELXY4_MOD_RGB(x, y) \ argument
300 #define DRAW_SETPIXELXY2_MUL_RGB(x, y) \ argument
303 #define DRAW_SETPIXELXY4_MUL_RGB(x, y) \ argument
330 #define DRAW_SETPIXELXY4_RGBA(x, y) \ argument
333 #define DRAW_SETPIXELXY4_BLEND_RGBA(x, y) \ argument
336 #define DRAW_SETPIXELXY4_ADD_RGBA(x, y) \ argument
339 #define DRAW_SETPIXELXY4_MOD_RGBA(x, y) \ argument
342 #define DRAW_SETPIXELXY4_MUL_RGBA(x, y) \ argument