Searched refs:newx (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkEdge.cpp256 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, new
[all...]
/external/v8/test/mjsunit/
H A Djson.js291 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 109 milliseconds