Searched refs:ResolutionChanged (Results 1 – 5 of 5) sorted by relevance
/ide/tools/previewer/jsapp/ |
D | JsApp.h | 61 virtual void ResolutionChanged(ResolutionParam&, int32_t, std::string);
|
D | JsApp.cpp | 175 void JsApp::ResolutionChanged(ResolutionParam&, int32_t, std::string) {} in ResolutionChanged() function in JsApp
|
/ide/tools/previewer/jsapp/rich/ |
D | JsAppImpl.h | 64 …void ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) override;
|
D | JsAppImpl.cpp | 610 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, string reason) in ResolutionChanged() function in JsAppImpl 931 ResolutionChanged(param, atoi(screenDensity.c_str()), reason); in FoldStatusChanged()
|
/ide/tools/previewer/cli/ |
D | CommandLine.cpp | 482 JsAppImpl::GetInstance().ResolutionChanged(param, screenDensity, reason); in RunSet()
|