Home | History | Annotate | Download | only in dev

Lines Matching refs:ys

1257 crmfb_bitblt(struct crmfb_softc *sc, int xs, int ys, int xd, int yd,
1280 if (ys < yd) {
1284 rys = ys + he - 1;
1289 rys = ys;
1302 crmfb_scroll(struct crmfb_softc *sc, int xs, int ys, int xd, int yd,
1317 if (ys < yd) {
1319 rye = ys;
1320 rya = ys + he - 1;
1326 rye = ys + he - 1;
1327 rya = ys;
1380 int32_t x, ys, yd, width, height;
1383 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow;
1388 crmfb_scroll(scr->scr_cookie, x, ys, x, yd, width, height);