Lines Matching defs:ys
318 newport_bitblt(struct newport_devconfig *dc, int xs, int ys, int xd,
325 if (yd > ys) {
327 ye = ys;
329 ys += he - 1;
331 ye = ys + he - 1;
353 rex3_write(dc, REX3_REG_XYSTARTI, (xs << REX3_XYSTARTI_XSHIFT) | ys);
356 tmp = (yd - ys) & 0xffff;
849 int32_t x, ys, yd, width, height;
852 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow;
857 newport_bitblt(dc, x, ys, x, yd, width, height, 3);