HomeSort by relevance Sort by last modified time
    Searched refs:newy1 (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) )
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) )
153 for( iy = newy1; iy != newy2; iy+=ystep ) {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 211 float newy1 = (float)(Math.sin(xrot) * z1 + Math.cos(xrot) * y1); local
224 float startY = newy1 / (4 - newz1 / 400);

Completed in 625 milliseconds