Home
last modified time | relevance | path

Searched refs:ResolutionParam (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/jsapp/
H A DJsApp.h25 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 DJsApp.cpp174 void JsApp::ResolutionChanged(ResolutionParam&, int32_t, std::string) {} in ResolutionChanged()
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp40 void JsApp::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) { in ResolutionChanged()
H A DMockJsAppImpl.cpp29 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h67 void ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) override;
H A DJsAppImpl.cpp604 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 DJsAppImplTest.cpp143 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 DCommandLine.cpp489 ResolutionParam param(originWidth, originHeight, width, height); in RunSet()

Completed in 8 milliseconds