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

  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 404 int istart, istop;
420 istop = SkFDot6Ceil(x1);
432 SkASSERT(istop > istart);
433 if (istop - istart == 1) {
444 if (istart >= clip->fRight || istop <= clip->fLeft) {
451 if (istop - istart == 1) {
457 if (istop > clip->fRight) {
458 istop = clip->fRight;
462 SkASSERT(istart <= istop);
463 if (istart == istop) {
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 404 int istart, istop;
420 istop = SkFDot6Ceil(x1);
432 SkASSERT(istop > istart);
433 if (istop - istart == 1) {
444 if (istart >= clip->fRight || istop <= clip->fLeft) {
451 if (istop - istart == 1) {
457 if (istop > clip->fRight) {
458 istop = clip->fRight;
462 SkASSERT(istart <= istop);
463 if (istart == istop) {
    [all...]
  /external/chromium_org/third_party/libpng/
pngwtran.c 293 png_uint_32 istop = channels * row_info->width;
295 for (i = 0; i < istop; i++, bp++)
317 png_uint_32 istop = channels * row_info->width;
319 for (bp = row, i = 0; i < istop; i++)
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...]
pngrutil.c 156 png_size_t istop = png_ptr->zbuf_size; local
158 for (i = (png_size_t)skip; i > istop; i -= istop)
2953 png_uint_32 istop = row_info->rowbytes; local
2968 png_uint_32 istop = row_info->rowbytes; local
2986 png_uint_32 istop = row_info->rowbytes - bpp; local
3011 png_uint_32 istop=row_info->rowbytes - bpp; local
    [all...]
pngrtran.c 894 int i, istop; local
895 istop=(int)png_ptr->num_trans;
896 for (i=0; i<istop; i++)
1132 int istop = (int)png_ptr->num_trans; local
1169 png_uint_16 istop = png_ptr->num_palette; local
1733 png_uint_32 istop = row_info->rowbytes; local
1747 png_uint_32 istop = row_info->rowbytes; local
1763 png_uint_32 istop = row_width * channels; local
1776 png_uint_32 istop = channels * row_width; local
1808 png_uint_32 istop = row_info->width * row_info->channels; 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...]
  /external/libpng/
pngwtran.c 293 png_uint_32 istop = channels * row_info->width;
295 for (i = 0; i < istop; i++, bp++)
317 png_uint_32 istop = channels * row_info->width;
319 for (bp = row, i = 0; i < istop; i++)
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 1451 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1462 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1472 int istop = (1 << (8 - png_ptr->gamma_shift)); local
    [all...]
pngrutil.c 157 png_size_t istop = png_ptr->zbuf_size; local
159 for (i = (png_size_t)skip; i > istop; i -= istop)
2969 png_uint_32 istop = row_info->rowbytes; local
2984 png_uint_32 istop = row_info->rowbytes; local
3002 png_uint_32 istop = row_info->rowbytes - bpp; local
3027 png_uint_32 istop=row_info->rowbytes - bpp; local
    [all...]
pngrtran.c 894 int i, istop; local
895 istop=(int)png_ptr->num_trans;
896 for (i=0; i<istop; i++)
1132 int istop = (int)png_ptr->num_trans; local
1169 png_uint_16 istop = png_ptr->num_palette; local
1733 png_uint_32 istop = row_info->rowbytes; local
1747 png_uint_32 istop = row_info->rowbytes; local
1763 png_uint_32 istop = row_width * channels; local
1776 png_uint_32 istop = channels * row_width; local
1808 png_uint_32 istop = row_info->width * row_info->channels; 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...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 286 png_uint_32 istop = channels * row_info->width;
288 for (i = 0; i < istop; i++, bp++)
310 png_uint_32 istop = channels * row_info->width;
312 for (bp = row, i = 0; i < istop; i++)
pngtrans.c 190 png_uint_32 istop = row_info->rowbytes; local
192 for (i = 0; i < istop; i++)
203 png_uint_32 istop = row_info->rowbytes; local
205 for (i = 0; i < istop; i+=2)
216 png_uint_32 istop = row_info->rowbytes; local
218 for (i = 0; i < istop; i+=4)
242 png_uint_32 istop= row_info->width * row_info->channels; local
244 for (i = 0; i < istop; i++, rp += 2)
pngrutil.c 112 png_size_t istop = png_ptr->zbuf_size; local
114 for (i = (png_size_t)skip; i > istop; i -= istop)
3198 png_uint_32 istop = row_info->rowbytes; local
3214 png_uint_32 istop = row_info->rowbytes; local
3233 png_uint_32 istop = row_info->rowbytes - bpp; local
3259 png_uint_32 istop = row_info->rowbytes - bpp; local
3760 png_uint_32 istop = row_info->rowbytes; local
3775 png_uint_32 istop = row_info->rowbytes; local
3793 png_uint_32 istop = row_info->rowbytes - bpp; local
3818 png_uint_32 istop=row_info->rowbytes - bpp; local
    [all...]
pngread.c 1241 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1252 int istop = (1 << (8 - png_ptr->gamma_shift)); local
1262 int istop = (1 << (8 - png_ptr->gamma_shift)); local
    [all...]
pnggccrd.c 5882 png_uint_32 istop = row_info->rowbytes; local
5911 png_uint_32 istop = row_info->rowbytes; local
5943 png_uint_32 istop = row_info->rowbytes - bpp; local
5984 png_uint_32 istop = row_info->rowbytes - bpp; local
    [all...]
pngrtran.c 831 int i,istop; local
832 istop=(int)png_ptr->num_trans;
833 for (i=0; i<istop; i++)
1053 int istop = (int)png_ptr->num_trans; local
1086 png_uint_16 istop = png_ptr->num_palette; local
1642 png_uint_32 istop = row_info->rowbytes; local
1655 png_uint_32 istop = row_info->rowbytes; local
1670 png_uint_32 istop = row_width * channels; local
1682 png_uint_32 istop = channels * row_width; local
1713 png_uint_32 istop = row_info->width * row_info->channels; local
    [all...]
pngpread.c 607 png_size_t i,istop; local
611 istop = png_ptr->save_buffer_size;
613 i < istop; i++, sp++, dp++)
    [all...]
pngvcrd.c 3768 png_uint_32 istop = row_info->rowbytes; local
3797 png_uint_32 istop = row_info->rowbytes; local
3829 png_uint_32 istop = row_info->rowbytes - bpp; local
3868 png_uint_32 istop=row_info->rowbytes - bpp; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 195 istop = int(stop)
196 if istop != stop:
198 width = istop - istart
203 # = -2 and istop = 0. Then the guts would be in
217 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 195 istop = int(stop)
196 if istop != stop:
198 width = istop - istart
203 # = -2 and istop = 0. Then the guts would be in
217 raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 1146 int i, istop = png_ptr->num_trans; local
1798 int istop = (int)png_ptr->num_trans; local
1837 int istop = png_ptr->num_palette; local
    [all...]

Completed in 1058 milliseconds