Lines Matching refs:biHeight
431 int biHeight; in start_input_bmp() local
463 biHeight = (int)GET_2B(bmpinfoheader, 6); in start_input_bmp()
470 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
474 TRACEMS3(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight, in start_input_bmp()
487 biHeight = (int)GET_4B(bmpinfoheader, 8); in start_input_bmp()
499 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
503 TRACEMS3(cinfo, 1, JTRC_BMP, biWidth, biHeight, source->bits_per_pixel); in start_input_bmp()
524 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
528 (unsigned long long)biWidth * biHeight > sinfo->max_pixels) in start_input_bmp()
611 row_width, (JDIMENSION)biHeight, (JDIMENSION)1); in start_input_bmp()
649 cinfo->image_height = (JDIMENSION)biHeight; in start_input_bmp()