Lines Matching refs:res_x
1042 png_uint_32 res_x, res_y;1045 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type))1046 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type);