Searched refs:setpix (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testgesture.c | 59 setpix(SDL_Surface *screen, float _x, float _y, unsigned int col) in setpix() function 98 setpix(screen, x1 + t * (x0 - x1), y1 + t * (y0 - y1), col); in drawLine() 110 setpix(screen, x + tx, y + ty, c); in drawCircle() 113 setpix(screen, x - xr + 0.5f, y + ty, c); in drawCircle() 114 setpix(screen, x + xr - 0.5f, y + ty, c); in drawCircle()
|
Completed in 3 milliseconds