Lines Matching full:row_stride
4490 PNG_IMAGE_BUFFER_SIZE(image, row_stride)
4563 png_int_32 row_stride, void *colormap));
4568 row_stride is the step, in png_byte or png_uint_16 units
4612 png_int_32 row_stride, const void *colormap));
4618 int convert_to_8_bit, const void *buffer, ptrdiff_t row_stride,
4625 png_int_32 row_stride, const void *colormap)
4634 With all APIs row_stride is handled as in the read APIs - it is the spacing
4637 calculate the row_stride for you from the width and number of channels.