HomeSort by relevance Sort by last modified time
    Searched full:row_bytes (Results 1 - 10 of 10) sorted by null

  /external/libpng/contrib/pngminus/
png2pnm.c 196 png_uint_32 row_bytes; local
314 /* row_bytes is the width x number of channels x (bit-depth / 8) */
315 row_bytes = png_get_rowbytes (png_ptr, info_ptr);
317 if ((png_pixels = (png_byte *) malloc (row_bytes * height * sizeof (png_byte))) == NULL) {
332 row_pointers[i] = png_pixels + i * row_bytes;
pnm2png.c 193 png_uint_32 row_bytes; local
332 /* row_bytes is the width x number of channels x (bit-depth / 8) */
333 row_bytes = width * channels * ((bit_depth <= 8) ? 1 : 2);
335 if ((png_pixels = (png_byte *) malloc (row_bytes * height * sizeof (png_byte))) == NULL)
423 row_pointers[i] = png_pixels + i * row_bytes;
  /external/libpng/contrib/visupng/
PngFile.c 217 // row_bytes is the width x number of channels
347 // row_bytes is the width x number of channels
  /external/libpng/
pngrutil.c 3254 png_size_t row_bytes; local
    [all...]
pngwtran.c 264 png_uint_32 row_bytes = row_info->rowbytes;
273 for (i = 0; i < row_bytes; i++, bp++)
pngwutil.c 2152 png_uint_32 row_bytes = row_info->rowbytes; local
    [all...]
CHANGES     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 257 png_uint_32 row_bytes = row_info->rowbytes;
266 for (i = 0; i < row_bytes; i++, bp++)
pngrutil.c 4020 png_uint_32 row_bytes; local
    [all...]
pngwutil.c 2116 png_uint_32 row_bytes = row_info->rowbytes; local
    [all...]

Completed in 7794 milliseconds