Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c93 double angle, zoomf, zoomfx, zoomfy; in RotatePicture() local
104 zoomf=(float)(framecount+2*360)/(float)framemax; in RotatePicture()
105 zoomf=1.5*zoomf*zoomf; in RotatePicture()
110 zoomfx=-zoomf; in RotatePicture()
112 zoomfx=zoomf; in RotatePicture()
116 zoomfy=-zoomf; in RotatePicture()
118 zoomfy=zoomf; in RotatePicture()
146 printf (" Frame: %i Rotate: angle=%.2f Zoom: f=%.2f \n",framecount,angle,zoomf); in RotatePicture()
148 if ((rotozoom_picture=rotozoomSurface (picture, angle, zoomf, smooth))!=NULL) { in RotatePicture()
197 if ((rotozoom_picture=rotozoomSurface (picture, 0.01, zoomf, smooth))!=NULL) { in RotatePicture()

Completed in 4 milliseconds