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

  /external/libpng/
pngread.c 740 (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
793 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
956 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
1025 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 515 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...]

Completed in 332 milliseconds