Home | History | Annotate | Download | only in libpng

Lines Matching defs:unit_type

1830    int unit_type;
1865 unit_type = buf[8];
1866 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type);
1876 int unit_type;
1911 unit_type = buf[8];
1912 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);