Searched refs:RGB565_FROM_RGB (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_draw.h | 144 DRAW_SETPIXEL(RGB565_FROM_RGB(*pixel, sr, sg, sb)) 148 RGB565_FROM_RGB(*pixel, sr, sg, sb)) 152 RGB565_FROM_RGB(*pixel, sr, sg, sb)) 156 RGB565_FROM_RGB(*pixel, sr, sg, sb)) 160 RGB565_FROM_RGB(*pixel, sr, sg, sb))
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.h | 226 #define RGB565_FROM_RGB(Pixel, r, g, b) \ macro
|
Completed in 5 milliseconds