Searched refs:DRAW_SETPIXEL_ADD_ARGB8888 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendline.c | 689 HLINE(Uint32, DRAW_SETPIXEL_ADD_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888() 707 VLINE(Uint32, DRAW_SETPIXEL_ADD_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888() 725 DLINE(Uint32, DRAW_SETPIXEL_ADD_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888()
|
A D | SDL_blendfillrect.c | 118 FILLRECT(Uint32, DRAW_SETPIXEL_ADD_ARGB8888); in SDL_BlendFillRect_ARGB8888()
|
A D | SDL_draw.h | 226 #define DRAW_SETPIXEL_ADD_ARGB8888 \ macro 245 DRAW_SETPIXELXY(x, y, Uint32, 4, DRAW_SETPIXEL_ADD_ARGB8888)
|
Completed in 7 milliseconds