Searched refs:lastrow (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng-x.c691 ulg i, row, lastrow = 0; local
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_heigh
[all...]
H A Drpng-win.c583 ulg i, row, lastrow; local
599 for (lastrow = row = 0; row < image_height; ++row) {
639 rect.top = (LONG)lastrow;
641 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
644 lastrow = row + 1;
649 if (lastrow < image_height) {
651 rect.top = (LONG)lastrow;
H A Drpng2-x.c1597 ulg i, row, lastrow = 0; local
1622 for (lastrow = row = startrow; row < startrow+height; ++row) {
1739 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1740 (int)lastrow, rpng2_info.width, 16);
1742 lastrow = row + 1;
1749 for (lastrow = row = startrow; row < startrow+height; ++row) {
1809 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1810 (int)lastrow, rpng2_info.width, 16);
1812 lastrow = row + 1;
1823 if (lastrow < startro
[all...]

Completed in 90 milliseconds