Home
last modified time | relevance | path

Searched defs:screenDensity (Results 1 - 7 of 7) sorted by relevance

/ide/tools/previewer/util/
H A DModelConfig.h29 int screenDensity; member
/ide/tools/previewer/jsapp/
H A DJsApp.h156 std::string screenDensity; member in JsApp
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp40 void JsApp::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) { in ResolutionChanged() argument
H A DMockJsAppImpl.cpp29 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged() argument
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp141 int32_t screenDensity = 360; in TEST_F() local
169 int32_t screenDensity = 480; in TEST_F() local
626 const int32_t screenDensity = 480; in TEST_F() local
[all...]
/ide/tools/previewer/cli/
H A DCommandLine.cpp484 int32_t screenDensity = args["screenDensity"].AsInt(); in RunSet() local
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp604 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged() argument
698 void JsAppImpl::SetDeviceScreenDensity(const int32_t screenDensity, const std::string type) in SetDeviceScreenDensity() argument
652 SetResolutionParams(int32_t changedOriginWidth, int32_t changedOriginHeight, int32_t changedWidth, int32_t changedHeight, int32_t screenDensity) SetResolutionParams() argument
[all...]

Completed in 8 milliseconds