Lines Matching refs:image_height
100 static ulg image_width, image_height, image_rowbytes;
256 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
414 wimage_rowbytes*image_height)))
430 bmih->biHeight = -((long)image_height);
440 for (j = 0; j < image_height; ++j) {
480 image_height+extra_height, NULL, NULL, hInst, NULL);
513 for (lastrow = row = 0; row < image_height; ++row) {
563 if (lastrow < image_height) {
567 rect.bottom = (LONG)image_height; /* possibly off by one? */
616 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
618 0, 0, image_width, image_height,