Home
last modified time | relevance | path

Searched refs:leftRect (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/jsapp/
H A DJsApp.h72 AvoidRect leftRect { 0, 0, 0, 0 };
76 AvoidAreas() : topRect(0, 0, 0, 0), leftRect(0, 0, 0, 0), rightRect(0, 0, 0, 0), bottomRect(0, 0, 0, 0) {} in AvoidAreas()
79 leftRect(left), rightRect(right), bottomRect(bottom) {} in AvoidAreas()
81 AvoidAreas(const AvoidAreas& other) : topRect(other.topRect), leftRect(other.leftRect), in AvoidAreas()
86 return (topRect == a.topRect && leftRect == a.leftRect && in operator ==()
94 this->leftRect = other.leftRect; in operator =()
/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
H A DRichCommandParseFuzzer.cpp53 0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0},
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1655 {"bottomRect":0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0}})"; 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()
1670 {"bottomRect":0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0}, in TEST_F()
1678 {"bottomRect":0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0}, in TEST_F()
1686 0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0}, in TEST_F()
1694 0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0}, in TEST_F()
1707 "bottomRect" : {"posX" : 0, "posY" : 0, "width" : 0, "height" : 0}, "leftRect" : {"posX" : 0, in TEST_F()
1717 "bottomRect" : {"posX" : 0, "posY" : 0, "width" : 0, "height" : 0}, "leftRect" : {"posX" : 0, in TEST_F()
1728 "bottomRect" : {"posX" : 0, "posY" : 0, "width" : 0, "height" : 0}, "leftRect" : {"posX" : 0, in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp1533 !args.IsMember("leftRect") || !args.IsMember("rightRect")) { in IsSetArgValid()
1537 if (!args["topRect"].IsObject() || !args["bottomRect"].IsObject() || !args["leftRect"].IsObject() in IsSetArgValid()
1544 Json2::Value leftRect = args.GetValue("leftRect"); in IsSetArgValid() local
1547 !IsObjectValid(leftRect) || !IsObjectValid(rightRect)) { in IsSetArgValid()
1582 Json2::Value leftRectObj = args.GetValue("leftRect"); in RunSet()
1583 AvoidRect leftRect = AvoidRect(leftRectObj["posX"].AsInt(), leftRectObj["posY"].AsInt(), in RunSet() local
1588 JsAppImpl::GetInstance().SetAvoidArea(AvoidAreas(topRect, leftRect, rightRect, bottomRect)); in RunSet()

Completed in 7 milliseconds