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