Home | History | Annotate | Download | only in lpng_v163

Lines Matching full:atof

860       *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width");

861 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height),
879 *width = atof(info_ptr->scal_s_width);
880 *height = atof(info_ptr->scal_s_height);