Home
last modified time | relevance | path

Searched refs:DRAW_FASTSETPIXELXY1 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawpoint.c50 DRAW_FASTSETPIXELXY1(x, y); in SDL_DrawPoint()
97 DRAW_FASTSETPIXELXY1(x, y); in SDL_DrawPoints()
A DSDL_drawline.c54 BLINE(x1, y1, x2, y2, DRAW_FASTSETPIXELXY1, draw_end); in SDL_DrawLine1()
A DSDL_draw.h42 #define DRAW_FASTSETPIXELXY1(x, y) DRAW_FASTSETPIXELXY(x, y, Uint8, 1, color) macro

Completed in 4 milliseconds