Searched defs:image_width (Results 1 - 2 of 2) sorted by relevance

/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) {
411 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
429 bmih->biWidth = image_width;
442 for (i = image_width; i > 0; --i) {
479 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
504 image_width, image_rowbytes, wimage_rowbytes))
517 for (i = image_width; i > 0; --i) {
526 for (i = image_width; i > 0; --i) {
554 rect.right = (LONG)image_width; /* possibl
[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,
534 size_hints->min_width = size_hints->max_width = (int)image_width;
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);
654 image_width, image_rowbyte
[all...]

Completed in 34 milliseconds