Searched refs:dy (Results 1 – 1 of 1) sorted by relevance
88 u64 dy; /* the y-projection of the 1st segment */ member100 u64 dy; /* the y-projection of the 1st segment */ member479 isc->dy = seg_x2y(isc->dx, isc->sm1); in sc2isc()496 rtsc->dy = isc->dy; in rtsc_init()512 else if (y <= rtsc->y + rtsc->dy) { in rtsc_y2x()514 if (rtsc->dy == 0) in rtsc_y2x()521 + seg_y2x(y - rtsc->y - rtsc->dy, rtsc->ism2); in rtsc_y2x()538 y = rtsc->y + rtsc->dy in rtsc_x2y()550 u64 y1, y2, dx, dy; in rtsc_min() local577 if (y2 >= y + isc->dy) { in rtsc_min()[all …]