Searched refs:orignalHeight (Results 1 - 7 of 7) sorted by relevance
| /ide/tools/previewer/jsapp/ |
| H A D | JsApp.h | 26 ResolutionParam(int32_t orignalWidth, int32_t orignalHeight, in ResolutionParam() 30 this->orignalHeight = orignalHeight; in ResolutionParam() 35 int32_t orignalHeight; member
|
| /ide/tools/previewer/mock/ |
| H A D | VirtualScreen.cpp | 135 int32_t orignalHeight = CommandParser::GetInstance().GetOrignalResolutionHeight(); in InitVirtualScreen() local 138 SetVirtualScreenWidthAndHeight(orignalWidth, orignalHeight, compressionWidth, compressionHeight); in InitVirtualScreen() 142 const int32_t& orignalHeight, in SetVirtualScreenWidthAndHeight() 147 VirtualScreen::SetOrignalHeight(orignalHeight); in SetVirtualScreenWidthAndHeight() 141 SetVirtualScreenWidthAndHeight(const int32_t& orignalWidth, const int32_t& orignalHeight, const int32_t& compressionWidth, const int32_t& compressionHeight) SetVirtualScreenWidthAndHeight() argument
|
| H A D | VirtualScreen.h | 66 const int32_t& orignalHeight,
|
| /ide/tools/previewer/test/mock/jsapp/ |
| H A D | MockJsAppImpl.cpp | 32 this->height = param.orignalHeight; in ResolutionChanged()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 598 orignalHeight = origHeight; in AssignValueForWidthAndHeight() 601 ILOG("AssignValueForWidthAndHeight: %d %d %d %d", orignalWidth, orignalHeight, width, height); in AssignValueForWidthAndHeight() 606 SetResolutionParams(param.orignalWidth, param.orignalHeight, param.compressionWidth, in ResolutionChanged() 658 orignalHeight = changedOriginHeight; in SetResolutionParams()
|
| H A D | JsAppImpl.h | 159 int32_t orignalHeight = 0; member in OHOS::JsAppImpl
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 417 EXPECT_EQ(param.orignalHeight, width); in TEST_F()
|
Completed in 6 milliseconds