Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 - 9 of 9) sorted by relevance

/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp96 void JsAppImpl::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) in FoldStatusChanged() argument
99 this->height = currentHeight; in FoldStatusChanged()
H A DMockJsApp.cpp73 void JsApp::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) { in FoldStatusChanged() argument
/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreen.cpp145 currentHeight = height; in SetCurrentResolution()
/ide/tools/previewer/jsapp/
H A DJsApp.cpp186 int32_t currentWidth, int32_t currentHeight) {} in FoldStatusChanged()
185 FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) FoldStatusChanged() argument
H A DJsApp.h136 int32_t currentWidth, int32_t currentHeight);
/ide/tools/previewer/mock/
H A DVirtualScreen.h117 int32_t currentHeight = 0; member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
H A DVirtualScreen.cpp358 currentHeight = height; in SetCurrentResolution()
368 return currentHeight; in GetCurrentHeight()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h83 int32_t currentWidth, int32_t currentHeight) override;
H A DJsAppImpl.cpp916 void JsAppImpl::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) in FoldStatusChanged() argument
929 ResolutionParam param(currentWidth, currentHeight, currentWidth, currentHeight); in FoldStatusChanged()

Completed in 6 milliseconds