Searched refs:currentHeight (Results 1 - 9 of 9) sorted by relevance
| /ide/tools/previewer/test/mock/jsapp/ |
| H A D | MockJsAppImpl.cpp | 96 void JsAppImpl::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) in FoldStatusChanged() argument 99 this->height = currentHeight; in FoldStatusChanged()
|
| H A D | MockJsApp.cpp | 73 void JsApp::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) { in FoldStatusChanged() argument
|
| /ide/tools/previewer/test/mock/mock/ |
| H A D | MockVirtualScreen.cpp | 145 currentHeight = height; in SetCurrentResolution()
|
| /ide/tools/previewer/jsapp/ |
| H A D | JsApp.cpp | 186 int32_t currentWidth, int32_t currentHeight) {} in FoldStatusChanged() 185 FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) FoldStatusChanged() argument
|
| H A D | JsApp.h | 136 int32_t currentWidth, int32_t currentHeight);
|
| /ide/tools/previewer/mock/ |
| H A D | VirtualScreen.h | 117 int32_t currentHeight = 0; member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
|
| H A D | VirtualScreen.cpp | 358 currentHeight = height; in SetCurrentResolution() 368 return currentHeight; in GetCurrentHeight()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.h | 83 int32_t currentWidth, int32_t currentHeight) override;
|
| H A D | JsAppImpl.cpp | 916 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