Searched refs:DRAW_FASTSETPIXELXY1 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawpoint.c | 50 DRAW_FASTSETPIXELXY1(x, y); in SDL_DrawPoint() 97 DRAW_FASTSETPIXELXY1(x, y); in SDL_DrawPoints()
|
A D | SDL_drawline.c | 54 BLINE(x1, y1, x2, y2, DRAW_FASTSETPIXELXY1, draw_end); in SDL_DrawLine1()
|
A D | SDL_draw.h | 42 #define DRAW_FASTSETPIXELXY1(x, y) DRAW_FASTSETPIXELXY(x, y, Uint8, 1, color) macro
|
Completed in 4 milliseconds