Home
last modified time | relevance | path

Searched defs:screenDensity (Results 1 – 4 of 4) sorted by relevance

/ide/tools/previewer/util/
DModelConfig.h29 int screenDensity; member
/ide/tools/previewer/jsapp/
DJsApp.h75 std::string screenDensity; variable
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp638 int32_t changedHeight, int32_t screenDensity) in ResolutionChanged()
673 int32_t changedHeight, int32_t screenDensity) in SetResolutionParams()
724 void JsAppImpl::SetDeviceScreenDensity(const int32_t screenDensity, const std::string type) in SetDeviceScreenDensity()
/ide/tools/previewer/cli/
DCommandLine.cpp466 int32_t screenDensity = args["screenDensity"].asInt(); in RunSet() local