Home
last modified time | relevance | path

Searched refs:posY (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
H A DRichCommandParseFuzzer.cpp52 {"AvoidArea", R"({"topRect":{"posX":0,"posY":0,"width":2340,"height":117},"bottomRect":{"posX":
53 0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0},
54 "rightRect":{"posX":0,"posY":0,"width":2340,"height":84}})"},
/ide/tools/previewer/jsapp/
H A DJsApp.h42 int32_t posY; member
46 AvoidRect() : posX(0), posY(0), width(0), height(0) {} in AvoidRect()
48 AvoidRect(int32_t x, int32_t y, uint32_t w, uint32_t h) : posX(x), posY(y), width(w), height(h) {} in AvoidRect()
50 AvoidRect(const AvoidRect& other) : posX(other.posX), posY(other.posY), in AvoidRect()
55 return (posX == a.posX && posY == a.posY && width == a.width && height == a.height); in operator ==()
62 this->posY = other.posY; in operator =()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1654 std::string msg1 = R"({"topRect":{"posX":0,"posY":0,"width":2340,"height":117},"bottomRect": in TEST_F()
1655 {"bottomRect":0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0}})"; in TEST_F()
1662 std::string msg2 = R"({"topRect":{"posX":0,"posY":0,"width":2340,"height":117},"bottomRect":{"bottomRect": in TEST_F()
1663 0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0},"rightRect":0})"; in TEST_F()
1669 std::string msg3 = R"({"topRect":{"posX":0,"posY":0,"width":2340,"height":117},"bottomRect": in TEST_F()
1670 {"bottomRect":0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0}, in TEST_F()
1671 "rightRect":{"posX":0,"posY" in TEST_F()
[all...]

Completed in 4 milliseconds