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

  /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/chromium_org/third_party/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;
455 SkFixed newx, newy; local
464 newx = oldx + (fCDx >> dshift);
475 newx = fCLastX;
485 success = this->updateLine(oldx, oldy, newx, newy)
    [all...]
  /external/skia/src/core/
SkEdge.cpp 265 SkFixed newx, newy; local
273 newx = oldx + (dx >> shift);
280 newx = fQLastX;
283 success = this->updateLine(oldx, oldy, newx, newy);
284 oldx = newx;
288 fQx = newx;
428 SkFixed newx, newy; local
437 newx = oldx + (fCDx >> dshift);
448 newx = fCLastX;
458 success = this->updateLine(oldx, oldy, newx, newy)
    [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/chromium_org/v8/test/mjsunit/
json.js 338 function newx(k, v) { return (k == "x") ? new v(42) : v; } function
339 assertEquals('{"x":"42"}', JSON.stringify({x: String}, newx));
340 assertEquals('{"x":42}', JSON.stringify({x: Number}, newx));
341 assertEquals('{"x":true}', JSON.stringify({x: Boolean}, newx));

Completed in 2945 milliseconds