Home
last modified time | relevance | path

Searched refs:orignalResolutionHeight (Results 1 – 5 of 5) sorted by relevance

/ide/tools/previewer/mock/lite/
DVirtualScreenImpl.cpp44 (!CommandParser::GetInstance().IsResolutionValid(orignalResolutionHeight))) { in InitAll()
46 orignalResolutionHeight); in InitAll()
50 bufferSize = orignalResolutionWidth * orignalResolutionHeight * pixelSize + headSize; in InitAll()
69 if (x2 >= orignalResolutionWidth || y2 >= orignalResolutionHeight) { in IsRectValid()
83 regionHeight = static_cast<uint16_t>(orignalResolutionHeight); in WriteRefreshRegion()
104 WriteBuffer(orignalResolutionHeight); in InitBuffer()
275 bufferInfo->height = orignalResolutionHeight; in GetFBBufferInfo()
288 return orignalResolutionHeight; in GetScreenHeight()
/ide/tools/previewer/mock/
DVirtualScreen.cpp44 orignalResolutionHeight(0), in VirtualScreen()
97 return orignalResolutionHeight; in GetOrignalHeight()
102 orignalResolutionHeight = value; in SetOrignalHeight()
157 temp = orignalResolutionHeight; in WidthAndHeightReverse()
158 orignalResolutionHeight = orignalResolutionWidth; in WidthAndHeightReverse()
DVirtualScreen.h96 int32_t orignalResolutionHeight; variable
/ide/tools/previewer/util/
DCommandParser.cpp30 orignalResolutionHeight(0), in CommandParser()
240 return orignalResolutionHeight; in GetOrignalResolutionHeight()
342 orignalResolutionHeight = atoi(Values("-or")[1].c_str()); in IsResolutionValid()
345 … ILOG("CommandParser resolution: %d %d %d %d", orignalResolutionWidth, orignalResolutionHeight, in IsResolutionValid()
DCommandParser.h93 int32_t orignalResolutionHeight; variable