Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DCommandParser.cpp65 Register("-shape", 1, "Screen shape <shape>"); in CommandParser()
413 if (IsSet("shape")) { in IsScreenShapeValid()
414 std::string shape = Value("shape"); in IsScreenShapeValid() local
415 if (shape != "rect" && shape != "circle") { in IsScreenShapeValid()
416 errorInfo = std::string("Screen shape suported: rect or circle"); in IsScreenShapeValid()
420 screenShape = shape; in IsScreenShapeValid()
[all...]

Completed in 1 milliseconds