Home
last modified time | relevance | path

Searched refs:maxLoadDocWidth (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h64 const int maxLoadDocWidth = 3000; member in CommandLine
H A DCommandLine.cpp625 if (width < minLoadDocWidth || width > maxLoadDocWidth || height < minLoadDocWidth || in IsIntValValid()
626 height > maxLoadDocWidth || dpi < minDpi || dpi > maxDpi) { in IsIntValValid()

Completed in 5 milliseconds