Home | History | Annotate | Download | only in gregbook

Lines Matching refs:lastrow

691     ulg i, row, lastrow = 0;
708 for (lastrow = row = 0; row < image_height; ++row) {
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
773 (int)lastrow, image_width, 16);
775 lastrow = row + 1;
782 for (lastrow = row = 0; row < image_height; ++row) {
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
836 (int)lastrow, image_width, 16);
838 lastrow = row + 1;
849 if (lastrow < image_height) {
850 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
851 (int)lastrow, image_width, image_height-lastrow);