Searched defs:newx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp281 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, new
[all...]
/external/skia/src/core/
H A DSkEdge.cpp265 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, new
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Djson.js338 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 76 milliseconds