Searched refs:RGB_FROM_RGB555 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_draw.h | 109 DRAW_SETPIXEL_BLEND(RGB_FROM_RGB555(*pixel, sr, sg, sb), \ 113 DRAW_SETPIXEL_ADD(RGB_FROM_RGB555(*pixel, sr, sg, sb), \ 117 DRAW_SETPIXEL_MOD(RGB_FROM_RGB555(*pixel, sr, sg, sb), \ 121 DRAW_SETPIXEL_MUL(RGB_FROM_RGB555(*pixel, sr, sg, sb), \
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.h | 135 #define RGB_FROM_RGB555(Pixel, r, g, b) \ macro
|
Completed in 6 milliseconds