Home | History | Annotate | Download | only in gregbook

Lines Matching refs:image_width

133 static ulg image_width, image_height, image_rowbytes;
299 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
551 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0,
573 size_hints->min_width = size_hints->max_width = (int)image_width;
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
661 (char *)xdata, image_width, image_height, pad, 0);
700 image_width, image_rowbytes, ximage_rowbytes))
712 for (i = image_width; i > 0; --i) {
739 for (i = image_width; i > 0; --i) {
773 (int)lastrow, image_width, 16);
786 for (i = image_width; i > 0; --i) {
801 for (i = image_width; i > 0; --i) {
836 (int)lastrow, image_width, 16);
851 (int)lastrow, image_width, image_height-lastrow);