/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ZoomHeight.py | 32 newy = 0 39 newy = 22 40 newheight = newheight - newy - 88 43 #newy = 24 44 newy = 0 50 newgeom = "%dx%d+%d+%d" % (width, newheight, x, newy)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ZoomHeight.py | 32 newy = 0 39 newy = 22 40 newheight = newheight - newy - 88 43 #newy = 24 44 newy = 0 50 newgeom = "%dx%d+%d+%d" % (width, newheight, x, newy)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 32 newy = 0 39 newy = 22 40 newheight = newheight - newy - 88 43 #newy = 24 44 newy = 0 50 newgeom = "%dx%d+%d+%d" % (width, newheight, x, newy)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 32 newy = 0 39 newy = 22 40 newheight = newheight - newy - 88 43 #newy = 24 44 newy = 0 50 newgeom = "%dx%d+%d+%d" % (width, newheight, x, newy)
|
/external/ImageMagick/PerlMagick/demo/ |
Turtle.pm | 19 my ($newx, $newy)=($self->{x}+$r* sin($self->{theta}), 22 &$what($self->{x}, $self->{y}, $newx, $newy); # motion 25 ($self->{x}, $self->{y})=($newx, $newy); # change the old coords
|
/packages/experimental/Bummer/src/com/android/dreams/bummer/ |
BummerView.java | 53 final float newy = (float) (Math.random() * (frameh - texth)); 56 .y(newy) 61 setY(newy);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
BummerView.java | 53 final float newy = (float) (Math.random() * (frameh - texth)); 56 .y(newy) 61 setY(newy);
|
/external/skia/src/core/ |
SkEdge.cpp | 281 SkFixed newx, newy; local 291 newy = oldy + (dy >> shift); 297 newy = fQLastY; 299 success = this->updateLine(oldx, oldy, newx, newy); 301 oldy = newy; 305 fQy = newy; 440 SkFixed newx, newy; local 453 newy = oldy + (fCDy >> dshift); 461 newy = fCLastY; 464 // we want to say SkASSERT(oldy <= newy), but our finite fixedpoin [all...] |
/prebuilts/misc/windows/sdl2/test/ |
testautomation_rect.c | 968 int newx, newy; local 1039 int newx, newy; local 1116 int newx, newy; local [all...] |
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
CubeWallpaper2.java | 261 float newy = (float)(Math.sin(xrot) * z + Math.cos(xrot) * y); local 270 float screenY = newy / (4 - newz / 400);
|
/bionic/libc/tzcode/ |
localtime.c | 1463 register int_fast64_t newy; local 1650 int newy; local [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 1288 register time_t newy; local 1458 int newy; local [all...] |
/external/pdfium/core/include/fxcrt/ |
fx_coordinates.h | 114 void Set(baseType newx, baseType newy) { 116 FXT_PSV::y = newy;
|
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap.go | 885 newy := (*bmap)(newobject(t.bucket)) 886 h.setoverflow(t, y, newy) 887 y = newy
|
/prebuilts/go/linux-x86/src/runtime/ |
hashmap.go | 885 newy := (*bmap)(newobject(t.bucket)) 886 h.setoverflow(t, y, newy) 887 y = newy
|