Searched defs:image_height (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngread.c864 png_uint_32 i,image_height; local
880 image_height=png_ptr->height;
881 png_ptr->num_rows = image_height; /* Make sure this is set correctly */
886 for (i = 0; i < image_height; i++)
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c100 static ulg image_width, image_height, image_rowbytes; variable
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,
[all...]
H A Drpng-x.c102 static ulg image_width, image_height, image_rowbytes; variable
244 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
512 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0,
535 size_hints->min_height = size_hints->max_height = (int)image_height;
582 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
599 xdata = (uch *)malloc(4*image_width*image_height);
602 xdata = (uch *)malloc(2*image_width*image_height);
605 xdata = (uch *)malloc(image_width*image_height);
615 (char *)xdata, image_width, image_height, pad, 0);
662 for (lastrow = row = 0; row < image_height;
[all...]

Completed in 83 milliseconds