Searched refs:DRAW_SETPIXEL_MOD (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_draw.h | 73 #define DRAW_SETPIXEL_MOD(getpixel, setpixel) \ macro 117 DRAW_SETPIXEL_MOD(RGB_FROM_RGB555(*pixel, sr, sg, sb), \ 155 DRAW_SETPIXEL_MOD(RGB_FROM_RGB565(*pixel, sr, sg, sb), \ 193 DRAW_SETPIXEL_MOD(RGB_FROM_RGB888(*pixel, sr, sg, sb), \ 231 DRAW_SETPIXEL_MOD(RGBA_FROM_ARGB8888(*pixel, sr, sg, sb, sa), \ 269 DRAW_SETPIXEL_MOD(RGB_FROM_PIXEL(*pixel, fmt, sr, sg, sb), \ 323 DRAW_SETPIXEL_MOD(RGBA_FROM_PIXEL(*pixel, fmt, sr, sg, sb, sa), \
|
Completed in 3 milliseconds