Lines Matching refs:image_height
125 static ulg image_width, image_height, image_rowbytes; variable
309 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) { in WinMain()
456 wimage_rowbytes*image_height))) in rpng_win_create_window()
472 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
482 for (j = 0; j < image_height; ++j) { in rpng_win_create_window()
522 image_height+extra_height, NULL, NULL, hInst, NULL); in rpng_win_create_window()
555 for (lastrow = row = 0; row < image_height; ++row) { in rpng_win_display_image()
605 if (lastrow < image_height) { in rpng_win_display_image()
609 rect.bottom = (LONG)image_height; /* possibly off by one? */ in rpng_win_display_image()
658 rc = StretchDIBits(hdc, 0, 0, image_width, image_height, in rpng_win_wndproc()
660 0, 0, image_width, image_height, in rpng_win_wndproc()