Lines Matching refs:height

148 static void matrox_cfbX_bmove(struct display* p, int sy, int sx, int dy, int dx, int height, int wi…  in matrox_cfbX_bmove()  argument
160 height *= fontheight(p); in matrox_cfbX_bmove()
177 end = (sy+height-1)*pixx+sx+curr_ydstorg(MINFO); in matrox_cfbX_bmove()
179 dy += height-1; in matrox_cfbX_bmove()
185 mga_ydstlen(dy, height); in matrox_cfbX_bmove()
192 static void matrox_cfb4_bmove(struct display* p, int sy, int sx, int dy, int dx, int height, int wi… in matrox_cfb4_bmove() argument
204 fbcon_cfb4_bmove(p, sy, sx, dy, dx, height, width); in matrox_cfb4_bmove()
210 height *= fontheight(p); in matrox_cfb4_bmove()
231 end = (sy+height-1)*pixx+sx+curr_ydstorg(MINFO); in matrox_cfb4_bmove()
233 dy += height-1; in matrox_cfb4_bmove()
240 mga_outl(M_LEN | M_EXEC, height); in matrox_cfb4_bmove()
247 static void matroxfb_accel_clear(WPMINFO u_int32_t color, int sy, int sx, int height, in matroxfb_accel_clear() argument
259 mga_ydstlen(sy, height); in matroxfb_accel_clear()
265 static void matrox_cfbX_clear(u_int32_t color, struct display* p, int sy, int sx, int height, int w… in matrox_cfbX_clear() argument
270 height * fontheight(p), width * fontwidth(p)); in matrox_cfbX_clear()
274 static void matrox_cfb4_clear(struct vc_data* conp, struct display* p, int sy, int sx, int height, … in matrox_cfb4_clear() argument
291 height *= fontheight(p); in matrox_cfb4_clear()
310 mga_outl(M_LEN | M_EXEC, height); in matrox_cfb4_clear()
320 for (loop = height; loop > 0; loop --) { in matrox_cfb4_clear()
329 for (loop = height; loop > 0; loop --) { in matrox_cfb4_clear()
341 static void matrox_cfb8_clear(struct vc_data* conp, struct display* p, int sy, int sx, int height, … in matrox_cfb8_clear() argument
349 matrox_cfbX_clear(bgx, p, sy, sx, height, width); in matrox_cfb8_clear()
354 static void matrox_cfb16_clear(struct vc_data* conp, struct display* p, int sy, int sx, int height,… in matrox_cfb16_clear() argument
360 matrox_cfbX_clear((bgx << 16) | bgx, p, sy, sx, height, width); in matrox_cfb16_clear()
365 static void matrox_cfb32_clear(struct vc_data* conp, struct display* p, int sy, int sx, int height,… in matrox_cfb32_clear() argument
371 matrox_cfbX_clear(bgx, p, sy, sx, height, width); in matrox_cfb32_clear()
826 int height, int width) { in matrox_text_bmove() argument
839 while (height > 0) { in matrox_text_bmove()
843 height--; in matrox_text_bmove()
850 off = (height - 1) * p->next_line + (width - 1) * step; in matrox_text_bmove()
853 while (height > 0) { in matrox_text_bmove()
859 height--; in matrox_text_bmove()
866 int height, int width) { in matrox_text_clear() argument
879 while (height > 0) { in matrox_text_clear()
884 height--; in matrox_text_clear()
1038 static int matrox_text_setfont(struct display* p, int width, int height) { in matrox_text_setfont() argument