Searched refs:AvoidRect (Results 1 - 2 of 2) sorted by relevance
| /ide/tools/previewer/jsapp/ |
| H A D | JsApp.h | 40 struct AvoidRect { struct 46 AvoidRect() : posX(0), posY(0), width(0), height(0) {} in AvoidRect() function 48 AvoidRect(int32_t x, int32_t y, uint32_t w, uint32_t h) : posX(x), posY(y), width(w), height(h) {} in AvoidRect() function 50 AvoidRect(const AvoidRect& other) : posX(other.posX), posY(other.posY), in AvoidRect() function 53 bool operator==(const AvoidRect& a) const in operator ==() 58 AvoidRect& operator=(const AvoidRect& other) in operator =() 71 AvoidRect topRect { 0, 0, 0, 0 }; 72 AvoidRect leftRec [all...] |
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 1577 AvoidRect topRect = AvoidRect(topRectObj["posX"].AsInt(), topRectObj["posY"].AsInt(), in RunSet() 1580 AvoidRect bottomRect = AvoidRect(bottomRectObj["posX"].AsInt(), bottomRectObj["posY"].AsInt(), in RunSet() 1583 AvoidRect leftRect = AvoidRect(leftRectObj["posX"].AsInt(), leftRectObj["posY"].AsInt(), in RunSet() 1586 AvoidRect rightRect = AvoidRect(rightRectObj["posX"].AsInt(), rightRectObj["posY"].AsInt(), in RunSet()
|
Completed in 4 milliseconds