/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 | 52 final float newx = (float) (Math.random() * (framew - textw)); 55 animate().x(newx) 60 setX(newx);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
BummerView.java | 52 final float newx = (float) (Math.random() * (framew - textw)); 55 animate().x(newx) 60 setX(newx);
|
/external/skia/src/core/ |
SkEdge.cpp | 281 SkFixed newx, newy; local 289 newx = oldx + (dx >> shift); 296 newx = fQLastX; 299 success = this->updateLine(oldx, oldy, newx, newy); 300 oldx = newx; 304 fQx = newx; 440 SkFixed newx, newy; local 449 newx = oldx + (fCDx >> dshift); 460 newx = fCLastX; 470 success = this->updateLine(oldx, oldy, newx, newy) [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 | 265 float newx = (float)(Math.sin(yrot) * newz + Math.cos(yrot) * x); local 269 float screenX = newx / (4 - newz / 400);
|
/external/v8/test/mjsunit/ |
json.js | 345 function newx(k, v) { return (k == "x") ? new v(42) : v; } function 346 assertEquals('{"x":"42"}', JSON.stringify({x: String}, newx)); 347 assertEquals('{"x":42}', JSON.stringify({x: Number}, newx)); 348 assertEquals('{"x":true}', JSON.stringify({x: Boolean}, newx));
|
/external/pdfium/core/include/fxcrt/ |
fx_coordinates.h | 114 void Set(baseType newx, baseType newy) { 115 FXT_PSV::x = newx;
|
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap.go | 861 newx := (*bmap)(newobject(t.bucket)) 862 h.setoverflow(t, x, newx) 863 x = newx
|
/prebuilts/go/linux-x86/src/runtime/ |
hashmap.go | 861 newx := (*bmap)(newobject(t.bucket)) 862 h.setoverflow(t, x, newx) 863 x = newx
|