Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
Dfixdiv.py244 lastrow = None
246 if row == lastrow:
249 lastrow = row
266 lastrow = None
268 if row == lastrow:
270 lastrow = row
294 lastrow = None
297 if row != lastrow:
308 lastrow = None
310 if row != lastrow:
[all …]
Dfinddiv.py60 lastrow = None
66 if row != lastrow:
67 lastrow = row
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c698 ulg i, row, lastrow = 0; in rpng_x_display_image() local
715 for (lastrow = row = 0; row < image_height; ++row) { in rpng_x_display_image()
779 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image()
780 (int)lastrow, image_width, 16); in rpng_x_display_image()
782 lastrow = row + 1; in rpng_x_display_image()
789 for (lastrow = row = 0; row < image_height; ++row) { in rpng_x_display_image()
842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image()
843 (int)lastrow, image_width, 16); in rpng_x_display_image()
845 lastrow = row + 1; in rpng_x_display_image()
856 if (lastrow < image_height) { in rpng_x_display_image()
[all …]
Drpng-win.c590 ulg i, row, lastrow; in rpng_win_display_image() local
606 for (lastrow = row = 0; row < image_height; ++row) { in rpng_win_display_image()
646 rect.top = (LONG)lastrow; in rpng_win_display_image()
648 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */ in rpng_win_display_image()
651 lastrow = row + 1; in rpng_win_display_image()
656 if (lastrow < image_height) { in rpng_win_display_image()
658 rect.top = (LONG)lastrow; in rpng_win_display_image()
Drpng2-x.c1630 ulg i, row, lastrow = 0; in rpng2_x_redisplay_image() local
1655 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image()
1773 (int)lastrow, rpng2_info.width, 16); in rpng2_x_redisplay_image()
1775 lastrow = row + 1; in rpng2_x_redisplay_image()
1782 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image()
1843 (int)lastrow, rpng2_info.width, 16); in rpng2_x_redisplay_image()
1845 lastrow = row + 1; in rpng2_x_redisplay_image()
1856 if (lastrow < startrow+height) { in rpng2_x_redisplay_image()
[all …]