Searched refs:image_height (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | rpng-win.c | 100 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 D | rpng-x.c | 102 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...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | xf86dgastr.h | 99 CARD16 image_height B16;
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngread.c | 864 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/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_cocoa_helper.m | 2535 0, 0, 0, 0, 0, image_width, image_height);
|
Completed in 126 milliseconds