cur_height        316 drivers/video/fbdev/core/bitblit.c 		int cur_height, size, i = 0;
cur_height        330 drivers/video/fbdev/core/bitblit.c 			cur_height = 0;
cur_height        333 drivers/video/fbdev/core/bitblit.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
cur_height        336 drivers/video/fbdev/core/bitblit.c 			cur_height = vc->vc_font.height/3;
cur_height        339 drivers/video/fbdev/core/bitblit.c 			cur_height = vc->vc_font.height >> 1;
cur_height        342 drivers/video/fbdev/core/bitblit.c 			cur_height = (vc->vc_font.height << 1)/3;
cur_height        346 drivers/video/fbdev/core/bitblit.c 			cur_height = vc->vc_font.height;
cur_height        349 drivers/video/fbdev/core/bitblit.c 		size = (vc->vc_font.height - cur_height) * w;
cur_height        352 drivers/video/fbdev/core/bitblit.c 		size = cur_height * w;
cur_height        309 drivers/video/fbdev/core/fbcon_ccw.c 		int cur_height, size, i = 0;
cur_height        330 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = 0;
cur_height        333 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
cur_height        336 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = vc->vc_font.height/3;
cur_height        339 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = vc->vc_font.height >> 1;
cur_height        342 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = (vc->vc_font.height << 1)/3;
cur_height        346 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = vc->vc_font.height;
cur_height        350 drivers/video/fbdev/core/fbcon_ccw.c 		size = (vc->vc_font.height - cur_height) * width;
cur_height        353 drivers/video/fbdev/core/fbcon_ccw.c 		size = cur_height * width;
cur_height        292 drivers/video/fbdev/core/fbcon_cw.c 		int cur_height, size, i = 0;
cur_height        313 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = 0;
cur_height        316 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
cur_height        319 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = vc->vc_font.height/3;
cur_height        322 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = vc->vc_font.height >> 1;
cur_height        325 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = (vc->vc_font.height << 1)/3;
cur_height        329 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = vc->vc_font.height;
cur_height        333 drivers/video/fbdev/core/fbcon_cw.c 		size = (vc->vc_font.height - cur_height) * width;
cur_height        336 drivers/video/fbdev/core/fbcon_cw.c 		size = cur_height * width;
cur_height        339 drivers/video/fbdev/core/fbcon_ud.c 		int cur_height, size, i = 0;
cur_height        353 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = 0;
cur_height        356 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
cur_height        359 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = vc->vc_font.height/3;
cur_height        362 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = vc->vc_font.height >> 1;
cur_height        365 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = (vc->vc_font.height << 1)/3;
cur_height        369 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = vc->vc_font.height;
cur_height        373 drivers/video/fbdev/core/fbcon_ud.c 		size = cur_height * w;
cur_height        378 drivers/video/fbdev/core/fbcon_ud.c 		size = (vc->vc_font.height - cur_height) * w;