Lines Matching defs:shape
65 Register("-shape", 1, "Screen shape <shape>");
413 if (IsSet("shape")) {
414 std::string shape = Value("shape");
415 if (shape != "rect" && shape != "circle") {
416 errorInfo = std::string("Screen shape suported: rect or circle");
420 screenShape = shape;
422 ILOG("CommandParser screen shape: %s", screenShape.c_str());