Searched refs:DRAW_SETPIXEL_RGB888 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendline.c | 593 HLINE(Uint32, DRAW_SETPIXEL_RGB888, draw_end); in SDL_BlendLine_RGB888() 611 VLINE(Uint32, DRAW_SETPIXEL_RGB888, draw_end); in SDL_BlendLine_RGB888() 629 DLINE(Uint32, DRAW_SETPIXEL_RGB888, draw_end); in SDL_BlendLine_RGB888()
|
A D | SDL_blendfillrect.c | 101 FILLRECT(Uint32, DRAW_SETPIXEL_RGB888); in SDL_BlendFillRect_RGB888()
|
A D | SDL_draw.h | 181 #define DRAW_SETPIXEL_RGB888 \ macro 201 DRAW_SETPIXELXY(x, y, Uint32, 4, DRAW_SETPIXEL_RGB888)
|
Completed in 5 milliseconds