Home | History | Annotate | Download | only in libpng

Lines Matching defs:res_x

1202       png_uint_32 res_x, res_y;
1205 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type))
1206 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type);