OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newx
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/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
;
455
SkFixed
newx
, newy;
local
464
newx
= oldx + (fCDx >> dshift);
475
newx
= fCLastX;
485
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/chromium_org/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