Home
last modified time | relevance | path

Searched refs:orignalHeight (Results 1 - 7 of 7) sorted by relevance

/ide/tools/previewer/jsapp/
H A DJsApp.h26 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 DVirtualScreen.cpp135 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 DVirtualScreen.h66 const int32_t& orignalHeight,
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp32 this->height = param.orignalHeight; in ResolutionChanged()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp598 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 DJsAppImpl.h159 int32_t orignalHeight = 0; member in OHOS::JsAppImpl
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp417 EXPECT_EQ(param.orignalHeight, width); in TEST_F()

Completed in 6 milliseconds