HomeSort by relevance Sort by last modified time
    Searched defs:istop (Results 1 - 25 of 25) sorted by null

  /external/libpng/
pngwtran.c 253 png_uint_32 istop = channels * row_info->width; local
255 for (i = 0; i < istop; i++, bp++)
282 png_uint_32 istop = channels * row_info->width; local
284 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 273 png_size_t istop = row_info->rowbytes; local
275 for (i = 0; i < istop; i++)
287 png_size_t istop = row_info->rowbytes; local
289 for (i = 0; i < istop; i += 2)
302 png_size_t istop = row_info->rowbytes; local
304 for (i = 0; i < istop; i += 4)
327 png_uint_32 istop= row_info->width * row_info->channels; local
329 for (i = 0; i < istop; i++, rp += 2)
pngpread.c 469 png_size_t i, istop; local
473 istop = png_ptr->save_buffer_size;
475 i < istop; i++, sp++, dp++)
png.c 4070 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4092 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4103 int istop = (1 << (8 - png_ptr->gamma_shift)); local
    [all...]
pngrtran.c 1178 int i, istop = png_ptr->num_trans; local
1841 int istop = (int)png_ptr->num_trans; local
1880 int istop = png_ptr->num_palette; local
    [all...]
pngrutil.c 3791 png_size_t istop = row_info->rowbytes; local
3809 png_size_t istop = row_info->rowbytes; local
3828 png_size_t istop = row_info->rowbytes - bpp; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngwtran.c 253 png_uint_32 istop = channels * row_info->width; local
255 for (i = 0; i < istop; i++, bp++)
282 png_uint_32 istop = channels * row_info->width; local
284 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 272 png_size_t istop = row_info->rowbytes; local
274 for (i = 0; i < istop; i++)
286 png_size_t istop = row_info->rowbytes; local
288 for (i = 0; i < istop; i += 2)
301 png_size_t istop = row_info->rowbytes; local
303 for (i = 0; i < istop; i += 4)
326 png_uint_32 istop= row_info->width * row_info->channels; local
328 for (i = 0; i < istop; i++, rp += 2)
pngpread.c 469 png_size_t i, istop; local
473 istop = png_ptr->save_buffer_size;
475 i < istop; i++, sp++, dp++)
png.c 4039 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4061 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4072 int istop = (1 << (8 - png_ptr->gamma_shift)); local
    [all...]
pngrtran.c 1178 int i, istop = png_ptr->num_trans; local
1841 int istop = (int)png_ptr->num_trans; local
1880 int istop = png_ptr->num_palette; local
    [all...]
pngrutil.c 3789 png_size_t istop = row_info->rowbytes; local
3807 png_size_t istop = row_info->rowbytes; local
3826 png_size_t istop = row_info->rowbytes - bpp; local
    [all...]
  /external/skia/third_party/libpng/
pngwtran.c 253 png_uint_32 istop = channels * row_info->width; local
255 for (i = 0; i < istop; i++, bp++)
282 png_uint_32 istop = channels * row_info->width; local
284 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 272 png_size_t istop = row_info->rowbytes; local
274 for (i = 0; i < istop; i++)
286 png_size_t istop = row_info->rowbytes; local
288 for (i = 0; i < istop; i += 2)
301 png_size_t istop = row_info->rowbytes; local
303 for (i = 0; i < istop; i += 4)
326 png_uint_32 istop= row_info->width * row_info->channels; local
328 for (i = 0; i < istop; i++, rp += 2)
pngpread.c 467 png_size_t i, istop; local
471 istop = png_ptr->save_buffer_size;
473 i < istop; i++, sp++, dp++)
png.c 4038 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4060 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4071 int istop = (1 << (8 - png_ptr->gamma_shift)); local
    [all...]
pngrtran.c 1178 int i, istop = png_ptr->num_trans; local
1841 int istop = (int)png_ptr->num_trans; local
1880 int istop = png_ptr->num_palette; local
    [all...]
pngrutil.c 3789 png_size_t istop = row_info->rowbytes; local
3807 png_size_t istop = row_info->rowbytes; local
3826 png_size_t istop = row_info->rowbytes - bpp; local
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_dfs.h 153 StorageIndex istop = ito + jptr - jm1ptr; local
154 xprune(jcolm1) = istop; // intialize xprune(jcol-1)
155 glu.xlsub(jcol) = istop;
159 nextl = ito; // = istop + length(jcol)
  /external/syslinux/com32/lib/libpng/
pngtrans.c 220 png_uint_32 istop = row_info->rowbytes; local
222 for (i = 0; i < istop; i++)
233 png_uint_32 istop = row_info->rowbytes; local
235 for (i = 0; i < istop; i+=2)
246 png_uint_32 istop = row_info->rowbytes; local
248 for (i = 0; i < istop; i+=4)
273 png_uint_32 istop= row_info->width * row_info->channels; local
275 for (i = 0; i < istop; i++, rp += 2)
pngread.c 1271 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1282 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1292 int istop = (1 << (8 - png_ptr->gamma_shift)); local
    [all...]
pngpread.c 679 png_size_t i, istop; local
683 istop = png_ptr->save_buffer_size;
685 i < istop; i++, sp++, dp++)
    [all...]
pngrtran.c 883 int i, istop; local
884 istop=(int)png_ptr->num_trans;
885 for (i=0; i<istop; i++)
1121 int istop = (int)png_ptr->num_trans; local
1158 png_uint_16 istop = png_ptr->num_palette; local
1723 png_uint_32 istop = row_info->rowbytes; local
1737 png_uint_32 istop = row_info->rowbytes; local
1753 png_uint_32 istop = row_width * channels; local
1766 png_uint_32 istop = channels * row_width; local
1798 png_uint_32 istop = row_info->width * row_info->channels; local
    [all...]
pngrutil.c 156 png_size_t istop = png_ptr->zbuf_size; local
158 for (i = (png_size_t)skip; i > istop; i -= istop)
2938 png_uint_32 istop = row_info->rowbytes; local
2953 png_uint_32 istop = row_info->rowbytes; local
2971 png_uint_32 istop = row_info->rowbytes - bpp; local
2996 png_uint_32 istop=row_info->rowbytes - bpp; local
    [all...]
  /external/libpng/mips/
filter_msa_intrinsics.c 370 png_size_t istop = row_info->rowbytes; local
375 for (i = 0; i < (istop >> 6); i++)
388 if (istop & 0x3F)
390 cnt32 = istop & 0x20;
391 cnt16 = istop & 0x10;
392 cnt = istop & 0xF;
461 png_size_t istop = row_info->rowbytes; local
469 istop -= 4;
475 for (count = 0; count < istop; count += 16)
500 png_size_t istop = row_info->rowbytes local
548 png_size_t istop = row_info->rowbytes - 4; local
599 png_size_t istop = row_info->rowbytes - 3; local
    [all...]

Completed in 595 milliseconds