Home | History | Annotate | Download | only in gregbook

Lines Matching defs:image_height

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