Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h58 const int maxDpi = 640; member in CommandLine
H A DCommandLine.cpp471 if (args["screenDensity"].AsInt() < minDpi || args["screenDensity"].AsInt() > maxDpi) { in IsIntValValid()
472 ELOG("screenDensity is out of range %d-%d", minDpi, maxDpi); in IsIntValValid()
626 height > maxLoadDocWidth || dpi < minDpi || dpi > maxDpi) { in IsIntValValid()

Completed in 7 milliseconds