Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLine.cpp284 int32_t pY = args["y"].asInt(); in IsActionArgValid() local
289 if (pY < 0 || pY > VirtualScreenImpl::GetInstance().GetCurrentHeight()) { in IsActionArgValid()