Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/
H A DJsApp.h73 AvoidRect rightRect { 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()
82 rightRect(other.rightRect), bottomRect(other.bottomRect) {} in AvoidAreas()
87 rightRect == a.rightRect && bottomRect == a.bottomRect); in operator ==()
95 this->rightRect = other.rightRect; in operator =()
/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
H A DRichCommandParseFuzzer.cpp54 "rightRect":{"posX":0,"posY":0,"width":2340,"height":84}})"},
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1663 0,"posY":0,"width":0,"height":0},"leftRect":{"posX":0,"posY":0,"width":0,"height":0},"rightRect":0})"; in TEST_F()
1671 "rightRect":{"posX":0,"posY":0,"width":0}})"; in TEST_F()
1679 "rightRect":{"posX":0,"posY":0,"width":0,"height":"350"}})"; in TEST_F()
1687 "rightRect":{"posX":0,"posY":0,"width":-1,"height":-1}})"; in TEST_F()
1695 "rightRect":{"posX":0,"posY":0,"width":2340,"height":84}})"; in TEST_F()
1708 "posY" : 0, "width" : 0, "height" : 0}, "rightRect" : {"posX" : 0, "posY" : 0, "width" : 2340, in TEST_F()
1718 "posY" : 0, "width" : 0, "height" : 0}, "rightRect" : {"posX" : 0, "posY" : -2, "width" : 2340, in TEST_F()
1729 "posY" : 0, "width" : 0, "height" : 0}, "rightRect" : {"posX" : 0, "posY" : 0, "width" : 2340, in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp1533 !args.IsMember("leftRect") || !args.IsMember("rightRect")) { in IsSetArgValid()
1538 || !args["rightRect"].IsObject()) { in IsSetArgValid()
1545 Json2::Value rightRect = args.GetValue("rightRect"); in IsSetArgValid() local
1547 !IsObjectValid(leftRect) || !IsObjectValid(rightRect)) { in IsSetArgValid()
1585 Json2::Value rightRectObj = args.GetValue("rightRect"); in RunSet()
1586 AvoidRect rightRect = AvoidRect(rightRectObj["posX"].AsInt(), rightRectObj["posY"].AsInt(), in RunSet() local
1588 JsAppImpl::GetInstance().SetAvoidArea(AvoidAreas(topRect, leftRect, rightRect, bottomRect)); in RunSet()

Completed in 7 milliseconds