Home | History | Annotate | Download | only in libpng

Lines Matching full:res_y

422     png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
437 if (res_y != NULL)
439 *res_y = info_ptr->y_pixels_per_unit;
451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
964 if (res_y != NULL)
966 *res_y = info_ptr->y_pixels_per_unit;