Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_drawpoint.h29 extern int SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, Uint32 color);
A DSDL_drawpoint.c65 SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawPoints() function
A DSDL_render_sw.c665 SDL_DrawPoints(surface, verts, count, SDL_MapRGBA(surface->format, r, g, b, a)); in SW_RunCommandQueue()

Completed in 5 milliseconds