Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
DCommandParser.cpp35 screenShape("circle"), in CommandParser()
205 return screenShape; in GetScreenShape()
401 screenShape = shape; in IsScreenShapeValid()
403 ILOG("CommandParser screen shape: %s", screenShape.c_str()); in IsScreenShapeValid()
DCommandParser.h98 std::string screenShape; variable