Home | History | Annotate | Download | only in libpng

Lines Matching full:atof

902       *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width");
903 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height),
921 *width = atof(info_ptr->scal_s_width);
922 *height = atof(info_ptr->scal_s_height);