Lines Matching refs:y0
3798 int x0, y0; local
3825 y0 = f->y;
3835 if (y0 <= margin_bottom)
3836 y0 = margin_bottom;
3837 else if (y0 >= max_y - margin_top)
3838 y0 = max_y - margin_top;
3841 x0, y0, f->p, f->w));
3878 start_y = y0;
3946 dyp = abs(y0 - start_y);
4144 int x0, y0; local
4187 y0 = f->y;
4197 if (y0 <= margin_bottom)
4198 y0 = margin_bottom;
4199 else if (y0 >= max_y - margin_top)
4200 y0 = max_y - margin_top;
4208 smoother->start_y = y0;
4229 dy = y0 - smoother->queue[cursor].y;
4233 smoother_id, x0, y0, f->p, f->w));
4238 smoother->queue[cursor].y = y0;
4244 smoother_id, cursor, x0, y0, dx, dy));
4269 if (y0 <= na_bottom || y0 >= max_y - na_top) {
4284 dyp = abs(y0 - smoother->queue[peer].y) + 1;
4836 int c, x0, y0; local
4865 y0 = pb->ipacket[2] | (((pb->ipacket[4]) & 0xf0) << 4);
4868 if (y0 & 0x800)
4869 y0 -= 0x1000;
4872 *y = y0 - sc->yold;
4884 sc->yold = y0;