Home | History | Annotate | Download | only in lpng_v163

Lines Matching full:row_stride

3324 #define PNG_IMAGE_BUFFER_SIZE(image, row_stride)\
3325 (PNG_IMAGE_PIXEL_COMPONENT_SIZE((image).format)*(image).height*(row_stride))
3407 png_const_colorp background, void *buffer, png_int_32 row_stride,
3412 * row_stride is the step, in byte or 2-byte units as appropriate,
3467 png_int_32 row_stride, const void *colormap));
3471 int convert_to_8_bit, const void *buffer, png_int_32 row_stride,
3485 * With all APIs row_stride is handled as in the read APIs - it is the spacing