Searched refs:DRAW_SETPIXEL_MOD_RGBA (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendline.c | 482 HLINE(Uint32, DRAW_SETPIXEL_MOD_RGBA, draw_end); in SDL_BlendLine_RGBA4() 500 VLINE(Uint32, DRAW_SETPIXEL_MOD_RGBA, draw_end); in SDL_BlendLine_RGBA4() 518 DLINE(Uint32, DRAW_SETPIXEL_MOD_RGBA, draw_end); in SDL_BlendLine_RGBA4()
|
A D | SDL_blendfillrect.c | 201 FILLRECT(Uint32, DRAW_SETPIXEL_MOD_RGBA); in SDL_BlendFillRect_RGBA()
|
A D | SDL_draw.h | 322 #define DRAW_SETPIXEL_MOD_RGBA \ macro 340 DRAW_SETPIXELXY(x, y, Uint32, 4, DRAW_SETPIXEL_MOD_RGBA)
|
Completed in 8 milliseconds