Searched defs:AvoidRect (Results 1 – 1 of 1) sorted by relevance
| /ide/tools/previewer/jsapp/ |
| D | JsApp.h | 40 struct AvoidRect { struct 46 AvoidRect() : posX(0), posY(0), width(0), height(0) {} in AvoidRect() argument 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() argument
|