HomeSort by relevance Sort by last modified time
    Searched refs:newy2 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 121 int len, size, x, y, newx1, newx2, newy1, newy2, nlen; local
126 &newx1, &newy1, &newx2, &newy2) )
137 ystep = (newy1 < newy2)? 1 : -1;
139 nlen = (abs(newx2-newx1)+1)*(abs(newy2-newy1)+1)*size;
140 if ( !check_multiply_size(nlen, abs(newx2-newx1)+1, "abs(newx2-newx1)+1", abs(newy2-newy1)+1, "abs(newy2-newy1)+1", size) )
148 newy2 += ystep;
150 for( iy = newy1; iy != newy2; iy+=ystep ) {
  /external/python/cpython2/Modules/
imageop.c 124 int len, size, x, y, newx1, newx2, newy1, newy2, nlen; local
129 &newx1, &newy1, &newx2, &newy2) )
140 ystep = (newy1 < newy2)? 1 : -1;
142 nlen = (abs(newx2-newx1)+1)*(abs(newy2-newy1)+1)*size;
143 if ( !check_multiply_size(nlen, abs(newx2-newx1)+1, "abs(newx2-newx1)+1", abs(newy2-newy1)+1, "abs(newy2-newy1)+1", size) )
151 newy2 += ystep;
153 for( iy = newy1; iy != newy2; iy+=ystep ) {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 212 float newy2 = (float)(Math.sin(xrot) * z2 + Math.cos(xrot) * y2); local
226 float stopY = newy2 / (4 - newz2 / 400);

Completed in 75 milliseconds