Home
last modified time | relevance | path

Searched refs:orignalWidth (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()
29 this->orignalWidth = orignalWidth; in ResolutionParam()
34 int32_t orignalWidth; member
/ide/tools/previewer/mock/
H A DVirtualScreen.cpp134 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 DVirtualScreen.h65 void SetVirtualScreenWidthAndHeight(const int32_t& orignalWidth,
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp31 this->width = param.orignalWidth; in ResolutionChanged()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp597 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 DJsAppImpl.h158 int32_t orignalWidth = 0; member in OHOS::JsAppImpl
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp416 EXPECT_EQ(param.orignalWidth, width); in TEST_F()

Completed in 6 milliseconds