Searched refs:DRAW_FASTSETPIXELXY4 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawpoint.c | 58 DRAW_FASTSETPIXELXY4(x, y); in SDL_DrawPoint() 105 DRAW_FASTSETPIXELXY4(x, y); in SDL_DrawPoints()
|
A D | SDL_drawline.c | 105 DRAW_FASTSETPIXELXY4, DRAW_SETPIXELXY_BLEND_RGB888, in SDL_DrawLine4() 109 DRAW_FASTSETPIXELXY4, DRAW_SETPIXELXY_BLEND_ARGB8888, in SDL_DrawLine4() 114 DRAW_FASTSETPIXELXY4, DRAW_SETPIXELXY4_BLEND_RGB, in SDL_DrawLine4()
|
A D | SDL_draw.h | 44 #define DRAW_FASTSETPIXELXY4(x, y) DRAW_FASTSETPIXELXY(x, y, Uint32, 4, color) macro
|
Completed in 5 milliseconds