Home
last modified time | relevance | path

Searched refs:oldx (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkAnalyticEdge.cpp367 SkFixed oldx = fQEdge.fQx; in updateQuadratic() local
380 newx = oldx + (dx >> shift); in updateQuadratic()
410 oldx = newx; in updateQuadratic()
459 SkFixed oldx = fCEdge.fCx; in updateCubic() local
469 newx = oldx + (fCEdge.fCDx >> dshift); in updateCubic()
498 : SkFDot6Div(SkFixedToFDot6(newx - oldx), in updateCubic()
501 success = this->updateLine(oldx, fSnappedY, newx, newSnappedY, slope); in updateCubic()
503 oldx = newx; in updateCubic()
DSkEdge.cpp292 SkFixed oldx = fQx; in updateQuadratic() local
304 newx = oldx + (dx >> shift); in updateQuadratic()
314 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
315 oldx = newx; in updateQuadratic()
462 SkFixed oldx = fCx; in updateCubic() local
473 newx = oldx + (fCDx >> dshift); in updateCubic()
494 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
495 oldx = newx; in updateCubic()
/third_party/skia/src/core/
DSkAnalyticEdge.cpp367 SkFixed oldx = fQEdge.fQx; in updateQuadratic() local
380 newx = oldx + (dx >> shift); in updateQuadratic()
410 oldx = newx; in updateQuadratic()
459 SkFixed oldx = fCEdge.fCx; in updateCubic() local
469 newx = oldx + (fCEdge.fCDx >> dshift); in updateCubic()
498 : SkFDot6Div(SkFixedToFDot6(newx - oldx), in updateCubic()
501 success = this->updateLine(oldx, fSnappedY, newx, newSnappedY, slope); in updateCubic()
503 oldx = newx; in updateCubic()
DSkEdge.cpp292 SkFixed oldx = fQx; in updateQuadratic() local
304 newx = oldx + (dx >> shift); in updateQuadratic()
314 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
315 oldx = newx; in updateQuadratic()
462 SkFixed oldx = fCx; in updateCubic() local
473 newx = oldx + (fCDx >> dshift); in updateCubic()
494 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
495 oldx = newx; in updateCubic()
/third_party/libinput/test/
Dtest-touch.c704 double x, y, oldx, oldy; in START_TEST() local
714 oldx = libinput_event_touch_get_x(tev); in START_TEST()
739 ck_assert_int_gt(x, oldx); in START_TEST()
742 oldx = x; in START_TEST()
/third_party/python/Lib/test/
Dtest_fstring.py1207 oldx = x
1209 return oldx