Searched refs:ResolutionParam (Results 1 - 8 of 8) sorted by relevance
| /ide/tools/previewer/jsapp/ |
| H A D | JsApp.h | 25 struct ResolutionParam { struct 26 ResolutionParam(int32_t orignalWidth, int32_t orignalHeight, in ResolutionParam() function 123 virtual void ResolutionChanged(ResolutionParam&, int32_t, std::string);
|
| H A D | JsApp.cpp | 174 void JsApp::ResolutionChanged(ResolutionParam&, int32_t, std::string) {} in ResolutionChanged()
|
| /ide/tools/previewer/test/mock/jsapp/ |
| H A D | MockJsApp.cpp | 40 void JsApp::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) { in ResolutionChanged()
|
| H A D | MockJsAppImpl.cpp | 29 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.h | 67 void ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) override;
|
| H A D | JsAppImpl.cpp | 604 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged() 929 ResolutionParam param(currentWidth, currentHeight, currentWidth, currentHeight); in FoldStatusChanged()
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 143 ResolutionParam param(originWidth, originHeight, width, height); in TEST_F() 415 ResolutionParam param(width, width, width, width); in TEST_F()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 489 ResolutionParam param(originWidth, originHeight, width, height); in RunSet()
|
Completed in 8 milliseconds