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

  /external/skia/src/core/
SkEdge.cpp 256 SkFixed newx, newy; local
264 newx = oldx + (dx >> shift);
271 newx = fQLastX;
274 success = this->updateLine(oldx, oldy, newx, newy);
275 oldx = newx;
279 fQx = newx;
431 SkFixed newx, newy; local
440 newx = oldx + (fCDx >> dshift);
451 newx = fCLastX;
454 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/v8/test/mjsunit/
json.js 291 function newx(k, v) { return (k == "x") ? new v(42) : v; } function
292 assertEquals('{"x":"42"}', JSON.stringify({x: String}, newx));
293 assertEquals('{"x":42}', JSON.stringify({x: Number}, newx));
294 assertEquals('{"x":true}', JSON.stringify({x: Boolean}, newx));

Completed in 54 milliseconds