Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/samples/
H A Dpdfium_test.cc195 std::string scale_factor_as_string; member
681 if (!options->scale_factor_as_string.empty()) { in ParseCommandLine()
685 options->scale_factor_as_string = value; in ParseCommandLine()
1399 if (!options().scale_factor_as_string.empty()) { in ProcessPage()
1400 std::stringstream(options().scale_factor_as_string) >> scale; in ProcessPage()