Home
last modified time | relevance | path

Searched refs:currentWidth (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
98 this->width = currentWidth; 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.cpp144 currentWidth = width; 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.h116 int32_t currentWidth = 0; member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
H A DVirtualScreen.cpp357 currentWidth = width; in SetCurrentResolution()
363 return currentWidth; in GetCurrentWidth()
/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