Home | History | Annotate | Download | only in lpng_v163

Lines Matching refs:row_end

1633    png_uint_16p row_end;

1655 * above to 'row' means that row_end can actually be beyond the end of the
1658 row_end = output_row + image->width * (channels+1);
1665 while (out_ptr < row_end)
1793 png_bytep row_end;
1806 /* Use row_end in place of a loop counter: */
1807 row_end = output_row + image->width * (channels+1);
1814 while (out_ptr < row_end)
1835 } /* while out_ptr < row_end */
1845 /* No alpha channel, so the row_end really is the end of the row and it
1848 png_bytep row_end = output_row + image->width * channels;
1855 while (out_ptr < row_end)