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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c497 ulg i, row, lastrow; local
513 for (lastrow = row = 0; row < image_height; ++row) {
553 rect.top = (LONG)lastrow;
555 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
558 lastrow = row + 1;
563 if (lastrow < image_height) {
565 rect.top = (LONG)lastrow;
H A Drpng-x.c645 ulg i, row, lastrow = 0; local
662 for (lastrow = row = 0; row < image_height; ++row) {
726 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
727 (int)lastrow, image_width, 16);
729 lastrow = row + 1;
736 for (lastrow = row = 0; row < image_height; ++row) {
789 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
790 (int)lastrow, image_width, 16);
792 lastrow = row + 1;
803 if (lastrow < image_heigh
[all...]

Completed in 82 milliseconds