Home | History | Annotate | Download | only in libpng

Lines Matching refs:pixels_per_byte

3233          png_uint_32 pixels_per_byte = 8 / pixel_depth;
3268 if (row_width <= pixels_per_byte)
3271 row_width -= pixels_per_byte;