Searched refs:DRAW_SETPIXEL_ADD_RGB555 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendline.c | 162 HLINE(Uint16, DRAW_SETPIXEL_ADD_RGB555, draw_end); in SDL_BlendLine_RGB555() 180 VLINE(Uint16, DRAW_SETPIXEL_ADD_RGB555, draw_end); in SDL_BlendLine_RGB555() 198 DLINE(Uint16, DRAW_SETPIXEL_ADD_RGB555, draw_end); in SDL_BlendLine_RGB555()
|
A D | SDL_blendfillrect.c | 40 FILLRECT(Uint16, DRAW_SETPIXEL_ADD_RGB555); in SDL_BlendFillRect_RGB555()
|
A D | SDL_draw.h | 112 #define DRAW_SETPIXEL_ADD_RGB555 \ macro 131 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_ADD_RGB555)
|
Completed in 6 milliseconds