Lines Matching defs:istop
751 int i,istop;
752 istop=(int)png_ptr->num_trans;
753 for (i=0; i<istop; i++)
972 int istop = (int)png_ptr->num_trans;
980 for (i = 0; i < istop; i++)
1005 png_uint_16 istop = png_ptr->num_palette;
1016 for (i = 0; i < istop; i++)
1543 png_uint_32 istop = row_info->rowbytes;
1545 for (bp = row, i = 0; i < istop; i++)
1556 png_uint_32 istop = row_info->rowbytes;
1560 for (i = 0; i < istop; i++)
1571 png_uint_32 istop = row_width * channels;
1573 for (i = 0; i < istop; i++)
1583 png_uint_32 istop = channels * row_width;
1585 for (i = 0; i < istop; i++)
1614 png_uint_32 istop = row_info->width * row_info->channels;
1616 for (i = 0; i<istop; i++, sp += 2, dp++)