Home | History | Annotate | Download | only in gregbook

Lines Matching refs:image_width

125 static ulg image_width, image_height, image_rowbytes;
309 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
453 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
471 bmih->biWidth = image_width;
484 for (i = image_width; i > 0; --i) {
521 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
546 image_width, image_rowbytes, wimage_rowbytes))
559 for (i = image_width; i > 0; --i) {
568 for (i = image_width; i > 0; --i) {
596 rect.right = (LONG)image_width; /* possibly off by one? */
608 rect.right = (LONG)image_width; /* possibly off by one? */
658 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
660 0, 0, image_width, image_height,