Searched refs:newx (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkEdge.cpp | 281 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/ |
D | 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));
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 135 void Set(baseType newx, baseType newy) in Set() argument 137 FXT_PSV::x = newx; in Set()
|