Searched refs:DRAW_SETPIXEL_RGB565 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendline.c | 276 HLINE(Uint16, DRAW_SETPIXEL_RGB565, draw_end); in SDL_BlendLine_RGB565() 294 VLINE(Uint16, DRAW_SETPIXEL_RGB565, draw_end); in SDL_BlendLine_RGB565() 312 DLINE(Uint16, DRAW_SETPIXEL_RGB565, draw_end); in SDL_BlendLine_RGB565()
|
A D | SDL_blendfillrect.c | 75 FILLRECT(Uint16, DRAW_SETPIXEL_RGB565); in SDL_BlendFillRect_RGB565()
|
A D | SDL_draw.h | 143 #define DRAW_SETPIXEL_RGB565 \ macro 163 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_RGB565)
|
Completed in 6 milliseconds