Home
last modified time | relevance | path

Searched refs:GetThresholdByThresholdType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_test.cpp385 float res = prop->GetThresholdByThresholdType(ThresholdType::LAYOUT);
388 res = prop->GetThresholdByThresholdType(ThresholdType::COARSE);
391 res = prop->GetThresholdByThresholdType(ThresholdType::MEDIUM);
394 res = prop->GetThresholdByThresholdType(ThresholdType::FINE);
397 res = prop->GetThresholdByThresholdType(ThresholdType::COLOR);
400 res = prop->GetThresholdByThresholdType(ThresholdType::ZERO);
403 res = prop->GetThresholdByThresholdType(ThresholdType::DEFAULT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp68 float RSPropertyBase::GetThresholdByThresholdType(ThresholdType thresholdType) const in GetThresholdByThresholdType() function in OHOS::Rosen::RSPropertyBase
H A Drs_property.h178 float GetThresholdByThresholdType(ThresholdType thresholdType) const;
626 return RSProperty<T>::GetThresholdByThresholdType(thresholdType_);