Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.cpp197 int32_t pointY = args["y"].AsInt(); in IsActionArgValid() local
202 if (pointY < 0 || pointY > VirtualScreenImpl::GetInstance().GetCurrentHeight()) { in IsActionArgValid()
1420 int32_t pointY = args["y"].AsInt(); in IsArgsValid() local
1429 if (pointY < 0 || pointY > VirtualScreenImpl::GetInstance().GetCurrentHeight()) { in IsArgsValid()

Completed in 4 milliseconds