Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-x.c691 ulg i, row, lastrow = 0; in rpng_x_display_image() local
708 for (lastrow = row = 0; row < image_height; ++row) { in rpng_x_display_image()
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image()
773 (int)lastrow, image_width, 16); in rpng_x_display_image()
775 lastrow = row + 1; in rpng_x_display_image()
782 for (lastrow = row = 0; row < image_height; ++row) { in rpng_x_display_image()
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image()
836 (int)lastrow, image_width, 16); in rpng_x_display_image()
838 lastrow = row + 1; in rpng_x_display_image()
849 if (lastrow < image_height) { in rpng_x_display_image()
[all …]
Drpng-win.c539 ulg i, row, lastrow; in rpng_win_display_image() local
555 for (lastrow = row = 0; row < image_height; ++row) { in rpng_win_display_image()
595 rect.top = (LONG)lastrow; in rpng_win_display_image()
597 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */ in rpng_win_display_image()
600 lastrow = row + 1; in rpng_win_display_image()
605 if (lastrow < image_height) { in rpng_win_display_image()
607 rect.top = (LONG)lastrow; in rpng_win_display_image()
Drpng2-x.c1617 ulg i, row, lastrow = 0; in rpng2_x_redisplay_image() local
1642 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1759 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image()
1760 (int)lastrow, rpng2_info.width, 16); in rpng2_x_redisplay_image()
1762 lastrow = row + 1; in rpng2_x_redisplay_image()
1769 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1829 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image()
1830 (int)lastrow, rpng2_info.width, 16); in rpng2_x_redisplay_image()
1832 lastrow = row + 1; in rpng2_x_redisplay_image()
1843 if (lastrow < startrow+height) { in rpng2_x_redisplay_image()
[all …]