Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-x.c697 ulg i, row, lastrow = 0; in rpng_x_display_image() local
714 for (lastrow = row = 0; row < image_height; ++row) { in rpng_x_display_image()
778 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image()
779 (int)lastrow, image_width, 16); in rpng_x_display_image()
781 lastrow = row + 1; in rpng_x_display_image()
788 for (lastrow = row = 0; row < image_height; ++row) { in rpng_x_display_image()
841 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image()
842 (int)lastrow, image_width, 16); in rpng_x_display_image()
844 lastrow = row + 1; in rpng_x_display_image()
855 if (lastrow < image_height) { in rpng_x_display_image()
[all …]
Drpng-win.c583 ulg i, row, lastrow; in rpng_win_display_image() local
599 for (lastrow = row = 0; row < image_height; ++row) { in rpng_win_display_image()
639 rect.top = (LONG)lastrow; in rpng_win_display_image()
641 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */ in rpng_win_display_image()
644 lastrow = row + 1; in rpng_win_display_image()
649 if (lastrow < image_height) { in rpng_win_display_image()
651 rect.top = (LONG)lastrow; in rpng_win_display_image()
Drpng2-x.c1621 ulg i, row, lastrow = 0; in rpng2_x_redisplay_image() local
1646 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1763 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image()
1764 (int)lastrow, rpng2_info.width, 16); in rpng2_x_redisplay_image()
1766 lastrow = row + 1; in rpng2_x_redisplay_image()
1773 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1833 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image()
1834 (int)lastrow, rpng2_info.width, 16); in rpng2_x_redisplay_image()
1836 lastrow = row + 1; in rpng2_x_redisplay_image()
1847 if (lastrow < startrow+height) { in rpng2_x_redisplay_image()
[all …]