Searched refs:orignalWidth (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() 29 this->orignalWidth = orignalWidth; in ResolutionParam() 34 int32_t orignalWidth; member
|
| /ide/tools/previewer/mock/ |
| H A D | VirtualScreen.cpp | 134 int32_t orignalWidth = CommandParser::GetInstance().GetOrignalResolutionWidth(); in InitVirtualScreen() local 138 SetVirtualScreenWidthAndHeight(orignalWidth, orignalHeight, compressionWidth, compressionHeight); in InitVirtualScreen() 141 void VirtualScreen::SetVirtualScreenWidthAndHeight(const int32_t& orignalWidth, in SetVirtualScreenWidthAndHeight() argument 146 VirtualScreen::SetOrignalWidth(orignalWidth); in SetVirtualScreenWidthAndHeight()
|
| H A D | VirtualScreen.h | 65 void SetVirtualScreenWidthAndHeight(const int32_t& orignalWidth,
|
| /ide/tools/previewer/test/mock/jsapp/ |
| H A D | MockJsAppImpl.cpp | 31 this->width = param.orignalWidth; in ResolutionChanged()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 597 orignalWidth = origWidth; 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() 657 orignalWidth = changedOriginWidth; in SetResolutionParams()
|
| H A D | JsAppImpl.h | 158 int32_t orignalWidth = 0; member in OHOS::JsAppImpl
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 416 EXPECT_EQ(param.orignalWidth, width); in TEST_F()
|
Completed in 6 milliseconds