Lines Matching refs:image_width
102 static ulg image_width, image_height, image_rowbytes;
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_rowbytes, ximage_rowbytes))
666 for (i = image_width; i > 0; --i) {
693 for (i = image_width; i > 0; --i) {
727 (int)lastrow, image_width, 16);
740 for (i = image_width; i > 0; --i) {
755 for (i = image_width; i > 0; --i) {
790 (int)lastrow, image_width, 16);
805 (int)lastrow, image_width, image_height-lastrow);