Home | History | Annotate | Download | only in libpng

Lines Matching refs:bytes_per_pixel

986    png_byte image[height*width*bytes_per_pixel];
995 row_pointers[k] = image + k*width*bytes_per_pixel;