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

  /external/libpng/
pngread.c 740 (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
798 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
961 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
    [all...]
pngpread.c 335 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
862 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
941 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
pngrtran.c     [all...]
pngwtran.c 204 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngrutil.c 521 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
    [all...]
pngwutil.c 501 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
pngset.c 268 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width);
    [all...]
pngwrite.c 911 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c     [all...]
pngwtran.c 198 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngrutil.c 409 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,png_ptr->width);
    [all...]
pngwutil.c 481 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
pngpread.c 816 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1042 png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,
    [all...]
pnggccrd.c     [all...]
pngread.c 747 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
pngset.c 364 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth,width);
    [all...]
pngwrite.c 873 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
pngvcrd.c 134 (png_size_t)PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c     [all...]
pngpriv.h 573 #define PNG_ROWBYTES(pixel_bits, width) \
    [all...]

Completed in 1021 milliseconds