Searched defs:screenDensity (Results 1 - 7 of 7) sorted by relevance
| /ide/tools/previewer/util/ |
| H A D | ModelConfig.h | 29 int screenDensity; member
|
| /ide/tools/previewer/jsapp/ |
| H A D | JsApp.h | 156 std::string screenDensity; member in JsApp
|
| /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() argument
|
| H A D | MockJsAppImpl.cpp | 29 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) in ResolutionChanged() argument
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 141 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 D | CommandLine.cpp | 484 int32_t screenDensity = args["screenDensity"].AsInt(); in RunSet() local
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 604 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