Home | History | Annotate | Download | only in gregbook

Lines Matching refs:image_width

151 static ulg image_width, image_height, image_rowbytes;
342 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
497 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
515 bmih->biWidth = image_width;
528 for (i = image_width; i > 0; --i) {
565 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
590 image_width, image_rowbytes, wimage_rowbytes))
603 for (i = image_width; i > 0; --i) {
612 for (i = image_width; i > 0; --i) {
640 rect.right = (LONG)image_width; /* possibly off by one? */
652 rect.right = (LONG)image_width; /* possibly off by one? */
702 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
704 0, 0, image_width, image_height,