Lines Matching refs:dy
49 int sx, int dy, int dx, int height, int width) in cw_bmove() argument
57 area.dx = vxres - ((dy + height) * vc->vc_font.height); in cw_bmove()
58 area.dy = dx * vc->vc_font.width; in cw_bmove()
75 region.dy = sx * vc->vc_font.width; in cw_clear()
136 image.dy = xx * vc->vc_font.width; in cw_putcs()
161 image.dy += image.height; in cw_putcs()
189 region.dy = info->var.yoffset + rs; in cw_clear_margins()
197 region.dy = info->var.yoffset; in cw_clear_margins()
213 int err = 1, dx, dy; in cw_cursor() local
270 dy = vc->vc_x * vc->vc_font.width; in cw_cursor()
273 ops->cursor_state.image.dy != dy || in cw_cursor()
276 ops->cursor_state.image.dy = dy; in cw_cursor()
358 cursor.image.dy = ops->cursor_state.image.dy; in cw_cursor()