Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dpdfium_test.cc197 std::string scale_factor_as_string; member
683 if (!options->scale_factor_as_string.empty()) { in ParseCommandLine()
687 options->scale_factor_as_string = value; in ParseCommandLine()
1413 if (!options().scale_factor_as_string.empty()) { in ProcessPage()
1414 std::stringstream(options().scale_factor_as_string) >> scale; in ProcessPage()