Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawpoint.c53 DRAW_FASTSETPIXELXY2(x, y); in SDL_DrawPoint()
100 DRAW_FASTSETPIXELXY2(x, y); in SDL_DrawPoints()
A DSDL_drawline.c74 DRAW_FASTSETPIXELXY2, DRAW_SETPIXELXY_BLEND_RGB555, in SDL_DrawLine2()
78 DRAW_FASTSETPIXELXY2, DRAW_SETPIXELXY_BLEND_RGB565, in SDL_DrawLine2()
82 DRAW_FASTSETPIXELXY2, DRAW_SETPIXELXY2_BLEND_RGB, in SDL_DrawLine2()
A DSDL_draw.h43 #define DRAW_FASTSETPIXELXY2(x, y) DRAW_FASTSETPIXELXY(x, y, Uint16, 2, color) macro

Completed in 4 milliseconds