Searched refs:DRAW_FASTSETPIXELXY2 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawpoint.c | 53 DRAW_FASTSETPIXELXY2(x, y); in SDL_DrawPoint() 100 DRAW_FASTSETPIXELXY2(x, y); in SDL_DrawPoints()
|
A D | SDL_drawline.c | 74 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 D | SDL_draw.h | 43 #define DRAW_FASTSETPIXELXY2(x, y) DRAW_FASTSETPIXELXY(x, y, Uint16, 2, color) macro
|
Completed in 4 milliseconds