Lines Matching refs:sx

1209 static void pm2fb_pp_bmove(struct display* p, int sy, int sx,  in pm2fb_pp_bmove()  argument
1213 sx=sx<<fontwidthlog(p); in pm2fb_pp_bmove()
1218 sx=sx*fontwidth(p); in pm2fb_pp_bmove()
1225 pm2fb_pp_copy((struct pm2fb_info* )p->fb_info, sx, sy, dx, in pm2fb_pp_bmove()
1229 static void pm2fb_bmove(struct display* p, int sy, int sx, in pm2fb_bmove() argument
1233 sx=sx<<fontwidthlog(p); in pm2fb_bmove()
1238 sx=sx*fontwidth(p); in pm2fb_bmove()
1245 pm2fb_block_op((struct pm2fb_info* )p->fb_info, 1, sx, sy, dx, dy, in pm2fb_bmove()
1251 int sy, int sx, int height, int width) { in pm2fb_clear8() argument
1254 sx=sx*fontwidth(p); in pm2fb_clear8()
1261 pm2fb_block_op((struct pm2fb_info* )p->fb_info, 0, 0, 0, sx, sy, in pm2fb_clear8()
1268 u32 sx; in pm2fb_clear_margins8() local
1274 sx=conp->vc_cols*fontwidth(p); in pm2fb_clear_margins8()
1278 sx, 0, (p->var.xres-sx), p->var.yres_virtual, c); in pm2fb_clear_margins8()
1280 0, p->var.yoffset+sy, sx, p->var.yres-sy, c); in pm2fb_clear_margins8()
1306 int sy, int sx, int height, int width) { in pm2fb_clear16() argument
1309 sx=sx*fontwidth(p); in pm2fb_clear16()
1315 pm2fb_block_op((struct pm2fb_info* )p->fb_info, 0, 0, 0, sx, sy, in pm2fb_clear16()
1322 u32 sx; in pm2fb_clear_margins16() local
1327 sx=conp->vc_cols*fontwidth(p); in pm2fb_clear_margins16()
1331 sx, 0, (p->var.xres-sx), p->var.yres_virtual, c); in pm2fb_clear_margins16()
1333 0, p->var.yoffset+sy, sx, p->var.yres-sy, c); in pm2fb_clear_margins16()
1355 int sy, int sx, int height, int width) { in pm2fb_clear24() argument
1364 sx=sx*fontwidth(p); in pm2fb_clear24()
1368 pm2fb_block_op(i, 0, 0, 0, sx, sy, width, height, c); in pm2fb_clear24()
1371 fbcon_cfb24_clear(conp, p, sy, sx, height, width); in pm2fb_clear24()
1379 u32 sx; in pm2fb_clear_margins24() local
1387 sx=conp->vc_cols*fontwidth(p); in pm2fb_clear_margins24()
1390 pm2fb_block_op(i, 0, 0, 0, sx, 0, (p->var.xres-sx), in pm2fb_clear_margins24()
1393 sx, p->var.yres-sy, c); in pm2fb_clear_margins24()
1416 int sy, int sx, int height, int width) { in pm2fb_clear32() argument
1419 sx=sx*fontwidth(p); in pm2fb_clear32()
1424 pm2fb_block_op((struct pm2fb_info* )p->fb_info, 0, 0, 0, sx, sy, in pm2fb_clear32()
1431 u32 sx; in pm2fb_clear_margins32() local
1435 sx=conp->vc_cols*fontwidth(p); in pm2fb_clear_margins32()
1439 sx, 0, (p->var.xres-sx), p->var.yres_virtual, c); in pm2fb_clear_margins32()
1441 0, p->var.yoffset+sy, sx, p->var.yres-sy, c); in pm2fb_clear_margins32()