Searched refs:resolution_ (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 381 if (bestConfig.resolution_ == candidateConfig.resolution_) { in IsCandidateResolutionPreferred() 385 const ResolutionType bestRes = bestConfig.resolution_ != ResolutionType::RESOLUTION_NONE in IsCandidateResolutionPreferred() 386 ? bestConfig.resolution_ in IsCandidateResolutionPreferred() 388 const ResolutionType candidateRes = candidateConfig.resolution_ != ResolutionType::RESOLUTION_NONE in IsCandidateResolutionPreferred() 389 ? candidateConfig.resolution_ in IsCandidateResolutionPreferred() 398 ResolutionType deviceRes = deviceConfig.resolution_; in IsCandidateResolutionPreferred() 399 if (deviceConfig.resolution_ == ResolutionType::RESOLUTION_NONE || in IsCandidateResolutionPreferred() 400 deviceConfig.resolution_ == ResolutionType::RESOLUTION_ANY) { in IsCandidateResolutionPreferred() 619 return supported.resolution_ in IsResolutionMatch() [all...] |
H A D | ace_res_config.h | 44 resolution_(resolution) in AceResConfig() 51 orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType), resolution_(resolution) in AceResConfig() 92 ResolutionType resolution_ = ResolutionType::RESOLUTION_NONE; member in OHOS::Ace::AceResConfig
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_device.cpp | 157 : axisType_(type), minimum_(min), maximum_(max), fuzz_(fuzz), flat_(flat), resolution_(resolution) {} in AxisInfo() 211 resolution_ = resolution; in SetResolution() 216 return resolution_; in GetResolution()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 201 return resolution_; in GetResolution() 209 resolution_ = resolution; in SetResolution() 622 static double resolution_; // density of the default display member in OHOS::Ace::final
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 59 double SystemProperties::resolution_ = 1.0; member in OHOS::Ace::SystemProperties 165 resolution_ = resolution; in InitDeviceInfo()
|
H A D | resource_adapter_impl.cpp | 126 .resolution_ = ConvertResolution(config.GetDensity()), in ConvertConfig() 297 initRet, handlers.size(), configuration.orientation_, configuration.resolution_, configuration.deviceType_, in Init() 305 configuration.orientation_, configuration.resolution_, configuration.deviceType_, configuration.fontRatio_, in UpdateConfig()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_system_properties.cpp | 47 double SystemProperties::resolution_ = 0.0; member in OHOS::Ace::SystemProperties
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | input_device.h | 109 int32_t resolution_ { 0 };
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 385 ACE_WEAK_SYM double SystemProperties::resolution_ = 1.0; member in OHOS::Ace::SystemProperties 548 resolution_ = resolution; in InitDeviceInfo()
|
Completed in 8 milliseconds