Home
last modified time | relevance | path

Searched refs:newx (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkEdge.cpp281 SkFixed newx, newy; in updateQuadratic() local
289 newx = oldx + (dx >> shift); in updateQuadratic()
296 newx = fQLastX; in updateQuadratic()
299 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
300 oldx = newx; in updateQuadratic()
304 fQx = newx; in updateQuadratic()
440 SkFixed newx, newy; in updateCubic() local
449 newx = oldx + (fCDx >> dshift); in updateCubic()
460 newx = fCLastX; in updateCubic()
470 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
[all …]
/external/v8/test/mjsunit/
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));
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h135 void Set(baseType newx, baseType newy) in Set() argument
137 FXT_PSV::x = newx; in Set()