Searched refs:DRAW_SETPIXEL_ADD (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_draw.h | 63 #define DRAW_SETPIXEL_ADD(getpixel, setpixel) \ macro 113 DRAW_SETPIXEL_ADD(RGB_FROM_RGB555(*pixel, sr, sg, sb), \ 151 DRAW_SETPIXEL_ADD(RGB_FROM_RGB565(*pixel, sr, sg, sb), \ 189 DRAW_SETPIXEL_ADD(RGB_FROM_RGB888(*pixel, sr, sg, sb), \ 227 DRAW_SETPIXEL_ADD(RGBA_FROM_ARGB8888(*pixel, sr, sg, sb, sa), \ 265 DRAW_SETPIXEL_ADD(RGB_FROM_PIXEL(*pixel, fmt, sr, sg, sb), \ 319 DRAW_SETPIXEL_ADD(RGBA_FROM_PIXEL(*pixel, fmt, sr, sg, sb, sa), \
|
Completed in 3 milliseconds