OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newx1
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c
121
int len, size, x, y,
newx1
, newx2, newy1, newy2, nlen;
local
126
&
newx1
, &newy1, &newx2, &newy2) )
136
xstep = (
newx1
< newx2)? 1 : -1;
139
nlen = (abs(newx2-
newx1
)+1)*(abs(newy2-newy1)+1)*size;
140
if ( !check_multiply_size(nlen, abs(newx2-
newx1
)+1, "abs(newx2-
newx1
)+1", abs(newy2-newy1)+1, "abs(newy2-newy1)+1", size) )
151
for ( ix =
newx1
; ix != newx2; ix+=xstep ) {
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java
217
float
newx1
= (float)(Math.sin(yrot) * newz1 + Math.cos(yrot) * x1);
local
223
float startX =
newx1
/ (4 - newz1 / 400);
Completed in 3047 milliseconds