Home
last modified time | relevance | path

Searched refs:oldy (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkEdge.cpp293 SkFixed oldy = fQy; in updateQuadratic() local
306 newy = oldy + (dy >> shift); in updateQuadratic()
314 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
316 oldy = newy; in updateQuadratic()
463 SkFixed oldy = fCy; in updateCubic() local
477 newy = oldy + (fCDy >> dshift); in updateCubic()
483 // SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) - fLastY)); in updateCubic()
488 // we want to say SkASSERT(oldy <= newy), but our finite fixedpoint in updateCubic()
490 if (newy < oldy) { in updateCubic()
491 newy = oldy; in updateCubic()
[all...]
H A DSkAnalyticEdge.cpp368 SkFixed oldy = fQEdge.fQy; in updateQuadratic() local
381 newy = oldy + (dy >> shift); in updateQuadratic()
411 oldy = newy; in updateQuadratic()
460 SkFixed oldy = fCEdge.fCy; in updateCubic() local
473 newy = oldy + (fCEdge.fCDy >> dshift); in updateCubic()
482 // we want to say SkASSERT(oldy <= newy), but our finite fixedpoint in updateCubic()
484 if (sortY && newy < oldy) { in updateCubic()
485 newy = oldy; in updateCubic()
504 oldy = newy; in updateCubic()
/third_party/libinput/test/
H A Dtest-touch.c704 double x, y, oldx, oldy; in START_TEST() local
715 oldy = libinput_event_touch_get_y(tev); in START_TEST()
740 ck_assert_int_lt(y, oldy); in START_TEST()
743 oldy = y; in START_TEST()
/third_party/tzdata/
H A Dzdump.c777 intmax_t oldy = oldp->tm_year; in delta_nonneg() local
778 int cycles = (newp->tm_year - oldy) / YEARSPERREPEAT; in delta_nonneg()

Completed in 5 milliseconds