Searched refs:rowbytes (Results 1 – 4 of 4) sorted by relevance
2059 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width); in png_read_transform_info()2067 png_ptr->info_rowbytes = info_ptr->rowbytes; in png_read_transform_info()2264 if (row_info->rowbytes == 0) in png_do_read_transformations()2366 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width); in png_do_read_transformations()2465 row_info->rowbytes = row_width * row_info->channels; in png_do_unpack()2541 png_bytep bp_end = bp + row_info->rowbytes; in png_do_unshift()2556 png_bytep bp_end = bp + row_info->rowbytes; in png_do_unshift()2574 png_bytep bp_end = bp + row_info->rowbytes; in png_do_unshift()2592 png_bytep bp_end = bp + row_info->rowbytes; in png_do_unshift()2624 png_bytep ep = sp + row_info->rowbytes; /* end+1 */ in png_do_scale_16_to_8()[all …]
62 png_size_t rowbytes; /* bytes needed to hold an untransformed row */ member
104 png_size_t rowbytes; /* size of row in bytes */ member
843 png_size_t rowbytes; /* number of bytes in row */ member