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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/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.c539 ulg i, row, lastrow; local
555 for (lastrow = row = 0; row < image_height; ++row) {
595 rect.top = (LONG)lastrow;
597 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
600 lastrow = row + 1;
605 if (lastrow < image_height) {
607 rect.top = (LONG)lastrow;
H A Drpng2-x.c1617 ulg i, row, lastrow = 0; local
1642 for (lastrow = row = startrow; row < startrow+height; ++row) {
1759 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1760 (int)lastrow, rpng2_info.width, 16);
1762 lastrow = row + 1;
1769 for (lastrow = row = startrow; row < startrow+height; ++row) {
1829 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1830 (int)lastrow, rpng2_info.width, 16);
1832 lastrow = row + 1;
1843 if (lastrow < startro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_tab_to_h.c268 int n, row, lastrow; local
275 for (lastrow = row; enc->charsetpage[lastrow+1] > 0; lastrow++);
277 enc->charsetblocks[n].end = lastrow * enc->cols + enc->charsetpage[lastrow];
288 int nurows, row, col, lastrow, col_max, i, i1_min, i1_max; local
312 for (lastrow = row; enc->charsetpage[lastrow+1] > 0; lastrow
408 int row, col, lastrow, r, col_max, i, i1_min, i1_max; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A Dcjk_tab_to_h.c268 int n, row, lastrow; local
275 for (lastrow = row; enc->charsetpage[lastrow+1] > 0; lastrow++);
277 enc->charsetblocks[n].end = lastrow * enc->cols + enc->charsetpage[lastrow];
288 int nurows, row, col, lastrow, col_max, i, i1_min, i1_max; local
312 for (lastrow = row; enc->charsetpage[lastrow+1] > 0; lastrow
408 int row, col, lastrow, r, col_max, i, i1_min, i1_max; local
[all...]

Completed in 111 milliseconds