Home | History | Annotate | Download | only in libpng

Lines Matching full:row_stride

3980   PNG_IMAGE_BUFFER_SIZE(image, row_stride)
4053 png_int_32 row_stride, void *colormap));
4058 row_stride is the step, in png_byte or png_uint_16 units
4102 png_int_32 row_stride, const void *colormap));
4108 int convert_to_8_bit, const void *buffer, ptrdiff_t row_stride,
4115 png_int_32 row_stride, const void *colormap)
4124 With all APIs row_stride is handled as in the read APIs - it is the spacing
4127 calculate the row_stride for you from the width and number of channels.