Home
last modified time | relevance | path

Searched refs:scale_factor_string (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dimageio_pfm.c56 char scale_factor_string[64] = { 0 }; in dt_imageio_open_pfm() local
57 ret = fscanf(f, "%9s %9s %63s%*[^\n]", width_string, height_string, scale_factor_string); in dt_imageio_open_pfm()
62 scale_factor = g_ascii_strtod(scale_factor_string, NULL); in dt_imageio_open_pfm()
/dports/graphics/darktable38/darktable-3.8.0/src/chart/
H A Dpfm.c37 char scale_factor_string[64] = { 0 }; in read_pfm() local
40 … = fscanf(f, "%c%c %d %d %63s%*[^\n]", &magic[0], &magic[1], &width, &height, scale_factor_string); in read_pfm()
58 float scale_factor = g_ascii_strtod(scale_factor_string, NULL); in read_pfm()
/dports/graphics/darktable/darktable-3.6.1/src/chart/
H A Dpfm.c37 char scale_factor_string[64] = { 0 }; in read_pfm() local
40 … = fscanf(f, "%c%c %d %d %63s%*[^\n]", &magic[0], &magic[1], &width, &height, scale_factor_string); in read_pfm()
58 float scale_factor = g_ascii_strtod(scale_factor_string, NULL); in read_pfm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/app/
H A Dcontent_main_runner_impl.cc655 std::string scale_factor_string = in Initialize() local
658 if (base::StringToDouble(scale_factor_string, &scale_factor)) in Initialize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/app/
H A Dcontent_main_runner_impl.cc673 std::string scale_factor_string = in Initialize() local
676 if (base::StringToDouble(scale_factor_string, &scale_factor)) in Initialize()