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()
200 return screenShape; in GetScreenShape()
386 screenShape = shape; in IsScreenShapeValid()
388 ILOG("CommandParser screen shape: %s", screenShape.c_str()); in IsScreenShapeValid()
DCommandParser.h93 std::string screenShape; variable