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

  /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
  /external/skia/src/core/
SkAnalyticEdge.cpp 85 SkFixed newx, newy, newSnappedX, newSnappedY;
94 newx = oldx + (dx >> shift);
98 slope = diffY ? QuickSkFDot6Div(SkFixedToFDot6(newx - fSnappedX), diffY)
101 newSnappedX = newx - SkFixedMul(slope, newy - newSnappedY);
104 newSnappedX = newx;
106 slope = diffY ? QuickSkFDot6Div(SkFixedToFDot6(newx - fSnappedX), diffY)
114 newx = fQEdge.fQLastX;
117 newSnappedX = newx;
119 slope = diffY ? QuickSkFDot6Div((newx - fSnappedX) >> 10, diffY) : SK_MaxS32;
124 oldx = newx;
    [all...]
SkEdge.cpp 295 SkFixed newx, newy; local
303 newx = oldx + (dx >> shift);
310 newx = fQLastX;
313 success = this->updateLine(oldx, oldy, newx, newy);
314 oldx = newx;
318 fQx = newx;
462 SkFixed newx, newy; local
471 newx = oldx + (fCDx >> dshift);
482 newx = fCLastX;
492 success = this->updateLine(oldx, oldy, newx, newy)
    [all...]
  /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);
  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 968 int newx, newy; local
1039 int newx, newy; local
1116 int newx, newy; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 176 int len, size, x, y, newx, newy, nlen; local
182 &cp, &len, &size, &x, &y, &newx, &newy) )
191 nlen = newx*newy*size;
192 if ( !check_multiply_size(nlen, newx, "newx", newy, "newy", size) )
202 for ( ix = 0; ix < newx; ix++ ) {
203 oix = ix * x / newx;
  /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);
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 1037 newx := (*bmap)(newobject(t.bucket))
1038 h.setoverflow(t, x, newx)
1039 x = newx
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 1037 newx := (*bmap)(newobject(t.bucket))
1038 h.setoverflow(t, x, newx)
1039 x = newx
    [all...]

Completed in 439 milliseconds