Home | History | Annotate | Download | only in libpng

Lines Matching full:res_y

2063    png_uint_32 res_x, res_y;
2098 res_y = png_get_uint_32(buf + 4);
2100 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type);