Searched refs:istop (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/core/
H A DSkScan_Antihair.cpp336 int istart, istop;
352 istop = SkFDot6Ceil(x1);
364 SkASSERT(istop > istart);
365 if (istop - istart == 1) {
376 if (istart >= clip->fRight || istop <= clip->fLeft) {
383 if (istop - istart == 1) {
389 if (istop > clip->fRight) {
390 istop = clip->fRight;
394 SkASSERT(istart <= istop);
395 if (istart == istop) {
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_column_dfs.h117 Index fsupc, jptr, jm1ptr, ito, ifrom, istop; local
151 istop = ito + jptr - jm1ptr;
152 xprune(jcolm1) = istop; // intialize xprune(jcol-1)
153 glu.xlsub(jcol) = istop;
157 nextl = ito; // = istop + length(jcol)
/external/libpng/
H A Dpngwtran.c253 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++)
H A Dpngtrans.c272 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)
H A Dpngpread.c467 png_size_t i, istop; local
471 istop = png_ptr->save_buffer_size;
473 i < istop; i++, sp++, dp++)
H A Dpng.c4038 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4039 for (i = 0; i < istop; i++)
4060 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4061 for (i = 0; i < istop; i++)
4071 int istop = (1 << (8 - png_ptr->gamma_shift)); local
4072 for (i = 0; i < istop; i++)
H A Dpngrtran.c1178 int i, istop = png_ptr->num_trans; local
1180 for (i=0; i<istop; i++)
1841 int istop = (int)png_ptr->num_trans; local
1849 for (i = 0; i < istop; i++)
1880 int istop = png_ptr->num_palette; local
1890 for (i=0; i<istop; ++i)
1900 for (i=0; i<istop; ++i)
1910 for (i=0; i<istop; ++i)
H A Dpngrutil.c3789 png_size_t istop = row_info->rowbytes; local
3795 for (i = bpp; i < istop; i++)
3807 png_size_t istop = row_info->rowbytes; local
3811 for (i = 0; i < istop; i++)
3826 png_size_t istop = row_info->rowbytes - bpp; local
3836 for (i = 0; i < istop; i++)
/external/opencv3/3rdparty/libpng/
H A Dpngwtran.c325 png_uint_32 istop = channels * row_info->width; local
327 for (i = 0; i < istop; i++, bp++)
352 png_uint_32 istop = channels * row_info->width; local
354 for (bp = row, i = 0; i < istop; i++)
H A Dpngtrans.c221 png_size_t istop = row_info->rowbytes; local
223 for (i = 0; i < istop; i++)
235 png_size_t istop = row_info->rowbytes; local
237 for (i = 0; i < istop; i += 2)
250 png_size_t istop = row_info->rowbytes; local
252 for (i = 0; i < istop; i += 4)
275 png_uint_32 istop= row_info->width * row_info->channels; local
277 for (i = 0; i < istop; i++, rp += 2)
H A Dpng.c2695 int istop = (1 << (8 - png_ptr->gamma_shift)); local
2696 for (i = 0; i < istop; i++)
2715 int istop = (1 << (8 - png_ptr->gamma_shift)); local
2716 for (i = 0; i < istop; i++)
2726 int istop = (1 << (8 - png_ptr->gamma_shift)); local
2727 for (i = 0; i < istop; i++)
H A Dpngpread.c689 png_size_t i, istop; local
693 istop = png_ptr->save_buffer_size;
696 i < istop; i++, sp++, dp++)
H A Dpngrutil.c207 png_size_t istop = png_ptr->zbuf_size; local
209 for (i = (png_size_t)skip; i > istop; i -= istop)
3510 png_size_t istop = row_info->rowbytes; local
3516 for (i = bpp; i < istop; i++)
3528 png_size_t istop = row_info->rowbytes; local
3532 for (i = 0; i < istop; i++)
3547 png_size_t istop = row_info->rowbytes - bpp; local
3557 for (i = 0; i < istop; i++)
H A Dpngrtran.c1146 int i, istop = png_ptr->num_trans; local
1148 for (i=0; i<istop; i++)
1798 int istop = (int)png_ptr->num_trans; local
1806 for (i = 0; i < istop; i++)
1837 int istop = png_ptr->num_palette; local
1846 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i)
1855 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i)
1864 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i)
/external/pdfium/third_party/lpng_v163/
H A Dpngwtran.c326 png_uint_32 istop = channels * row_info->width; local
328 for (i = 0; i < istop; i++, bp++)
355 png_uint_32 istop = channels * row_info->width; local
357 for (bp = row, i = 0; i < istop; i++)
H A Dpngtrans.c269 png_size_t istop = row_info->rowbytes; local
271 for (i = 0; i < istop; i++)
283 png_size_t istop = row_info->rowbytes; local
285 for (i = 0; i < istop; i += 2)
298 png_size_t istop = row_info->rowbytes; local
300 for (i = 0; i < istop; i += 4)
323 png_uint_32 istop= row_info->width * row_info->channels; local
325 for (i = 0; i < istop; i++, rp += 2)
H A Dpngpread.c664 png_size_t i, istop; local
668 istop = png_ptr->save_buffer_size;
670 i < istop; i++, sp++, dp++)
H A Dpng.c3837 int istop = (1 << (8 - png_ptr->gamma_shift)); local
3838 for (i = 0; i < istop; i++)
3857 int istop = (1 << (8 - png_ptr->gamma_shift)); local
3858 for (i = 0; i < istop; i++)
3868 int istop = (1 << (8 - png_ptr->gamma_shift)); local
3869 for (i = 0; i < istop; i++)
H A Dpngrtran.c1168 int i, istop = png_ptr->num_trans; local
1170 for (i=0; i<istop; i++)
1832 int istop = (int)png_ptr->num_trans; local
1840 for (i = 0; i < istop; i++)
1873 int istop = png_ptr->num_palette; local
1882 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i)
1891 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i)
1900 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i)
H A Dpngrutil.c3727 png_size_t istop = row_info->rowbytes; local
3733 for (i = bpp; i < istop; i++)
3745 png_size_t istop = row_info->rowbytes; local
3749 for (i = 0; i < istop; i++)
3764 png_size_t istop = row_info->rowbytes - bpp; local
3774 for (i = 0; i < istop; i++)

Completed in 419 milliseconds