Lines Matching refs:biHeight
430 int biHeight; in start_input_bmp() local
462 biHeight = (int)GET_2B(bmpinfoheader, 6); in start_input_bmp()
469 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
473 TRACEMS3(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight, in start_input_bmp()
486 biHeight = (int)GET_4B(bmpinfoheader, 8); in start_input_bmp()
498 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
502 TRACEMS3(cinfo, 1, JTRC_BMP, biWidth, biHeight, source->bits_per_pixel); in start_input_bmp()
523 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
527 (unsigned long long)biWidth * biHeight > sinfo->max_pixels) in start_input_bmp()
610 row_width, (JDIMENSION)biHeight, (JDIMENSION)1); in start_input_bmp()
648 cinfo->image_height = (JDIMENSION)biHeight; in start_input_bmp()