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

  /external/libpng/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
185 shift_dec[channels] = bit_depth->red;
189 shift_dec[channels] = bit_depth->green;
193 shift_dec[channels] = bit_depth->blue;
200 shift_dec[channels] = bit_depth->gray;
207 shift_dec[channels] = bit_depth->alpha;
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
265 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]
    [all...]
  /external/pdfium/third_party/libpng16/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
185 shift_dec[channels] = bit_depth->red;
189 shift_dec[channels] = bit_depth->green;
193 shift_dec[channels] = bit_depth->blue;
200 shift_dec[channels] = bit_depth->gray;
207 shift_dec[channels] = bit_depth->alpha;
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
265 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]
    [all...]
  /external/skia/third_party/libpng/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
185 shift_dec[channels] = bit_depth->red;
189 shift_dec[channels] = bit_depth->green;
193 shift_dec[channels] = bit_depth->blue;
200 shift_dec[channels] = bit_depth->gray;
207 shift_dec[channels] = bit_depth->alpha;
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
265 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]
    [all...]

Completed in 603 milliseconds