Home
last modified time | relevance | path

Searched refs:orignalHeight (Results 1 – 4 of 4) sorted by relevance

/ide/tools/previewer/mock/
DVirtualScreen.cpp137 int32_t orignalHeight = CommandParser::GetInstance().GetOrignalResolutionHeight(); in InitVirtualScreen() local
140 … SetVirtualScreenWidthAndHeight(orignalWidth, orignalHeight, compressionWidth, compressionHeight); in InitVirtualScreen()
144 const int32_t& orignalHeight, in SetVirtualScreenWidthAndHeight() argument
149 VirtualScreen::SetOrignalHeight(orignalHeight); in SetVirtualScreenWidthAndHeight()
DVirtualScreen.h66 const int32_t& orignalHeight,
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h134 int32_t orignalHeight = 0; variable
DJsAppImpl.cpp631 orignalHeight = origHeight; in AssignValueForWidthAndHeight()
634 ILOG("AssignValueForWidthAndHeight: %d %d %d %d", orignalWidth, orignalHeight, width, height); in AssignValueForWidthAndHeight()
678 orignalHeight = changedOriginHeight; in SetResolutionParams()