Home
last modified time | relevance | path

Searched refs:orignalResolutionHeight (Results 1 - 10 of 10) sorted by relevance

/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreen.cpp86 orignalResolutionHeight = 2340; // 2340 is default height in InitVirtualScreen()
99 temp = orignalResolutionHeight; in WidthAndHeightReverse()
100 orignalResolutionHeight = orignalResolutionWidth; in WidthAndHeightReverse()
129 return orignalResolutionHeight; in GetOrignalHeight()
/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp41 (!CommandParser::GetInstance().IsResolutionValid(orignalResolutionHeight))) { in InitAll()
43 orignalResolutionHeight); in InitAll()
47 bufferSize = orignalResolutionWidth * orignalResolutionHeight * pixelSize + headSize; in InitAll()
78 if (x2 >= orignalResolutionWidth || y2 >= orignalResolutionHeight) { in IsRectValid()
92 regionHeight = static_cast<uint16_t>(orignalResolutionHeight); in WriteRefreshRegion()
113 WriteBuffer(orignalResolutionHeight); in InitBuffer()
293 bufferInfo->height = orignalResolutionHeight; in GetFBBufferInfo()
306 return orignalResolutionHeight; in GetScreenHeight()
/ide/tools/previewer/mock/
H A DVirtualScreen.cpp42 orignalResolutionHeight(0), in VirtualScreen()
95 return orignalResolutionHeight; in GetOrignalHeight()
100 orignalResolutionHeight = value; in SetOrignalHeight()
155 temp = orignalResolutionHeight; in WidthAndHeightReverse()
156 orignalResolutionHeight = orignalResolutionWidth; in WidthAndHeightReverse()
378 SetOrignalHeight(commandInfo.orignalResolutionHeight); in InitResolution()
381 SetCurrentResolution(commandInfo.orignalResolutionWidth, commandInfo.orignalResolutionHeight); in InitResolution()
H A DVirtualScreen.h110 int32_t orignalResolutionHeight; member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
/ide/tools/previewer/util/
H A DCommandParser.h37 int32_t orignalResolutionHeight; member in CommandInfo
132 int32_t orignalResolutionHeight; member in CommandParser::ScreenMode
H A DCommandParser.cpp29 orignalResolutionHeight(0), in CommandParser()
253 return orignalResolutionHeight; in GetOrignalResolutionHeight()
361 orignalResolutionHeight = atoi(Values("-or")[1].c_str()); in IsResolutionValid()
364 ILOG("CommandParser resolution: %d %d %d %d", orignalResolutionWidth, orignalResolutionHeight, in IsResolutionValid()
1035 info.orignalResolutionHeight = GetOrignalResolutionHeight(); in GetCommandInfo()
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp137 CommandParser::GetInstance().orignalResolutionHeight = height; in TEST_F()
142 EXPECT_EQ(VirtualScreenImpl::GetInstance().orignalResolutionHeight, height); in TEST_F()
172 VirtualScreenImpl::GetInstance().orignalResolutionHeight = height; in TEST_F()
177 EXPECT_EQ(VirtualScreenImpl::GetInstance().orignalResolutionHeight, width); in TEST_F()
187 VirtualScreenImpl::GetInstance().orignalResolutionHeight = height; in TEST_F()
194 EXPECT_EQ(VirtualScreenImpl::GetInstance().orignalResolutionHeight, newHeight); in TEST_F()
513 CommandParser::GetInstance().orignalResolutionHeight = height; in TEST_F()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h24 int32_t orignalResolutionHeight; member in ScreenInfo
H A DVirtualScreenImpl.cpp431 info.orignalResolutionHeight = GetOrignalHeight(); in GetScreenInfo()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp171 OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.foldHeight : screenInfo.orignalResolutionHeight); in SetJsAppArgs()
202 AssignValueForWidthAndHeight(screenInfo.orignalResolutionWidth, screenInfo.orignalResolutionHeight, in RunJsApp()

Completed in 8 milliseconds