Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawpoint.c58 DRAW_FASTSETPIXELXY4(x, y); in SDL_DrawPoint()
105 DRAW_FASTSETPIXELXY4(x, y); in SDL_DrawPoints()
A DSDL_drawline.c105 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 DSDL_draw.h44 #define DRAW_FASTSETPIXELXY4(x, y) DRAW_FASTSETPIXELXY(x, y, Uint32, 4, color) macro

Completed in 6 milliseconds