HomeSort by relevance Sort by last modified time
    Searched refs:newy (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkEdge.cpp 263 SkFixed newx, newy; local
273 newy = oldy + (dy >> shift);
279 newy = fQLastY;
281 success = this->updateLine(oldx, oldy, newx, newy);
283 oldy = newy;
287 fQy = newy;
438 SkFixed newx, newy; local
451 newy = oldy + (fCDy >> dshift);
459 newy = fCLastY;
461 success = this->updateLine(oldx, oldy, newx, newy);
    [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 1369 register time_t newy; local
1585 int newy; local
    [all...]
  /external/chromium/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/icu4c/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...]
  /system/core/libcutils/
tztime.c 1223 register time_t newy; local
1225 newy = tmp->tm_year;
1227 newy -= icycles * YEARSPERREPEAT;
1228 else newy += icycles * YEARSPERREPEAT;
1229 tmp->tm_year = newy;
1230 if (tmp->tm_year != newy)
1448 int newy; local
    [all...]

Completed in 1045 milliseconds