OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newy
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkEdge.cpp
281
SkFixed newx,
newy
;
local
291
newy
= oldy + (dy >> shift);
297
newy
= fQLastY;
299
success = this->updateLine(oldx, oldy, newx,
newy
);
301
oldy =
newy
;
305
fQy =
newy
;
455
SkFixed newx,
newy
;
local
468
newy
= oldy + (fCDy >> dshift);
476
newy
= fCLastY;
479
// we want to say SkASSERT(oldy <=
newy
), but our finite fixedpoin
[
all
...]
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java
261
float
newy
= (float)(Math.sin(xrot) * z + Math.cos(xrot) * y);
local
270
float screenY =
newy
/ (4 - newz / 400);
/bionic/libc/tzcode/
localtime.c
1320
register time_t
newy
;
local
1504
int
newy
;
local
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
1275
register time_t
newy
;
local
1277
newy
= tmp->tm_year;
1279
newy
-= icycles * YEARSPERREPEAT;
1280
else
newy
+= icycles * YEARSPERREPEAT;
1281
tmp->tm_year =
newy
;
1282
if (tmp->tm_year !=
newy
)
1479
int
newy
;
local
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
localtime.c
1275
register time_t
newy
;
local
1277
newy
= tmp->tm_year;
1279
newy
-= icycles * YEARSPERREPEAT;
1280
else
newy
+= icycles * YEARSPERREPEAT;
1281
tmp->tm_year =
newy
;
1282
if (tmp->tm_year !=
newy
)
1479
int
newy
;
local
[
all
...]
Completed in 40 milliseconds