Home | History | Annotate | Download | only in gregbook

Lines Matching refs:image_width

152 static ulg image_width, image_height, image_rowbytes;
343 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
498 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
522 bmih->biWidth = image_width;
535 for (i = image_width; i > 0; --i) {
572 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
597 image_width, image_rowbytes, wimage_rowbytes))
610 for (i = image_width; i > 0; --i) {
619 for (i = image_width; i > 0; --i) {
647 rect.right = (LONG)image_width; /* possibly off by one? */
659 rect.right = (LONG)image_width; /* possibly off by one? */
709 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
711 0, 0, image_width, image_height,