HomeSort by relevance Sort by last modified time
    Searched refs:rowbytes (Results 26 - 50 of 53) sorted by null

12 3

  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 33 /* png_uint_32 rowbytes; number of bytes in row */
198 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
257 png_uint_32 row_bytes = row_info->rowbytes;
pngvcrd.c     [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,
824 png_ptr->rowbytes + 1);
1023 png_ptr->rowbytes + 1);
    [all...]
pngread.c 747 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
756 png_ptr->rowbytes + 1);
    [all...]
pngset.c 362 info_ptr->rowbytes = (png_size_t)0;
364 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth,width);
    [all...]
png.h 702 png_uint_32 rowbytes; /* bytes needed to hold an untransformed row */ member in struct:png_info_struct
1041 png_uint_32 rowbytes; \/* number of bytes in row *\/ member in struct:png_row_info_struct
1166 png_uint_32 rowbytes; \/* size of row in bytes *\/ member in struct:png_struct_def
    [all...]
pngget.c 29 return(info_ptr->rowbytes);
564 /* check for potential overflow of rowbytes */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 237 rowbytes = Qdoffs.GetPixRowBytes(self.pixmap)
244 start = start + rowbytes
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 104 png_size_t rowbytes; /* size of row in bytes */ member in struct:png_struct_def
  /external/chromium_org/third_party/libpng/
pngrutil.c 505 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
508 png_debug1(3, "rowbytes = %lu", png_ptr->rowbytes);
    [all...]
pngwutil.c 501 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
pngpread.c 941 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
949 png_ptr->rowbytes + 1);
1171 png_ptr->rowbytes + 1);
    [all...]
pngset.c 266 info_ptr->rowbytes = (png_size_t)0;
268 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width);
    [all...]
pngread.c 774 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
783 png_ptr->rowbytes + 1);
    [all...]
pngget.c 34 return(info_ptr->rowbytes);
  /external/libpng/
pngrutil.c 521 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
524 png_debug1(3, "rowbytes = %lu", png_ptr->rowbytes);
    [all...]
pngwutil.c 501 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
    [all...]
pngpread.c 941 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
949 png_ptr->rowbytes + 1);
1171 png_ptr->rowbytes + 1);
    [all...]
pngread.c 798 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
807 png_ptr->rowbytes + 1);
1003 rp = png_malloc(png_ptr, png_ptr->rowbytes);
    [all...]
pngset.c 266 info_ptr->rowbytes = (png_size_t)0;
268 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width);
    [all...]
pngget.c 34 return(info_ptr->rowbytes);
  /external/libpng/contrib/gregbook/
readpng2.c 506 * then get rowbytes and channels */
510 mainprog_ptr->rowbytes = (int)png_get_rowbytes(png_ptr, info_ptr);
  /hardware/ti/omap4xxx/hwc/
hwc.c 110 int rowbytes; member in struct:omap4_hwc_img
113 } dock_image = { .rowbytes = 0 };
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 148 unsigned char* const end = data + row_info->rowbytes;
750 DCHECK_GE(static_cast<int>(input.rowBytes()), input.width() * bbp);
755 static_cast<int>(input.rowBytes()), discard_transparency,
768 DCHECK_GE(static_cast<int>(input.rowBytes()), input.width() * bbp);
774 static_cast<int>(input.rowBytes()), discard_transparency,

Completed in 345 milliseconds

12 3