Home | History | Annotate | Download | only in libpng

Lines Matching refs:unit

1552       png_warning(png_ptr, "Unrecognized unit type for oFFs chunk");
1628 png_write_sCAL(png_structp png_ptr, int unit, double width, double height)
1638 buf[0] = (char)unit;
1668 png_write_sCAL_s(png_structp png_ptr, int unit, png_charp width,
1688 buf[0] = (png_byte)unit;
1714 png_warning(png_ptr, "Unrecognized unit type for pHYs chunk");