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

  /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...]
  /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 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 289 milliseconds