Home | History | Annotate | Download | only in gregbook

Lines Matching refs:lastrow

698     ulg i, row, lastrow = 0;
715 for (lastrow = row = 0; row < image_height; ++row) {
779 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
780 (int)lastrow, image_width, 16);
782 lastrow = row + 1;
789 for (lastrow = row = 0; row < image_height; ++row) {
842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
843 (int)lastrow, image_width, 16);
845 lastrow = row + 1;
856 if (lastrow < image_height) {
857 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
858 (int)lastrow, image_width, image_height-lastrow);