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

  /external/libpng/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red;
188 shift_start[channels] = row_info->bit_depth - bit_depth->green;
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
206 shift_start[channels] = row_info->bit_depth - 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])
293 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
  /external/pdfium/third_party/libpng16/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red;
188 shift_start[channels] = row_info->bit_depth - bit_depth->green;
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
206 shift_start[channels] = row_info->bit_depth - 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])
293 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
  /external/skia/third_party/libpng/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red;
188 shift_start[channels] = row_info->bit_depth - bit_depth->green;
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
206 shift_start[channels] = row_info->bit_depth - 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])
293 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])

Completed in 534 milliseconds