Searched refs:originWidth (Results 1 - 5 of 5) sorted by relevance
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | RichCommandParseFuzzer.cpp | 34 "height":1080,"originWidth":2340,"originHeight":1080})"}, 35 {"ResolutionSwitch", R"({"originWidth":1080,"originHeight":2340,"width":1080,
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 137 int32_t originWidth = 222; in TEST_F() local 143 ResolutionParam param(originWidth, originHeight, width, height); in TEST_F() 165 int32_t originWidth = 111; in TEST_F() local 170 JsAppImpl::GetInstance().SetResolutionParams(originWidth, originHeight, width, height, screenDensity); in TEST_F() 178 originWidth = 222; in TEST_F() 183 JsAppImpl::GetInstance().SetResolutionParams(originWidth, originHeight, width, height, screenDensity); in TEST_F()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 164 std::string jsonStr = R"({"originWidth":"1080","originHeight":2340,"width":1080, in TEST_F() 174 std::string jsonStr1 = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, in TEST_F() 189 std::string jsonStr = R"({"originWidth":5000,"originHeight":2340,"width":1080, in TEST_F() 199 std::string jsonStr1 = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, in TEST_F() 209 std::string jsonStr4 = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, in TEST_F() 219 std::string jsonStr5 = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, in TEST_F() 234 std::string jsonStr = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, in TEST_F()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 399 windowModel->originWidth = aceRunArgs.deviceWidth; in SetWindowParams() 612 config.SetSize(windowModel->originWidth, windowModel->originHeight); in ResolutionChanged()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 436 if (args.IsNull() || !args.IsMember("originWidth") || !args.IsMember("originHeight") || !args.IsMember("width") || in IsSetArgValid() 441 if (!args["originWidth"].IsInt() || !args["originHeight"].IsInt() || in IsSetArgValid() 464 if (args["originWidth"].AsInt() < minWidth || args["originWidth"].AsInt() > maxWidth || in IsIntValValid() 480 int32_t originWidth = args["originWidth"].AsInt(); in RunSet() local 489 ResolutionParam param(originWidth, originHeight, width, height); in RunSet()
|
Completed in 10 milliseconds