Searched refs:ThresholdType (Results 1 – 9 of 9) sorted by relevance
114 prop->SetThresholdType(ThresholdType::COARSE);385 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);
90 prop->SetThresholdType(ThresholdType::LAYOUT); in DoSetThresholdType001()108 prop->SetThresholdType(ThresholdType::COARSE); in DoSetThresholdType002()126 prop->SetThresholdType(ThresholdType::MEDIUM); in DoSetThresholdType003()144 prop->SetThresholdType(ThresholdType::FINE); in DoSetThresholdType004()162 prop->SetThresholdType(ThresholdType::COLOR); in DoSetThresholdType005()180 prop->SetThresholdType(ThresholdType::DEFAULT); in DoSetThresholdType006()198 prop->SetThresholdType(ThresholdType::ZERO); in DoSetThresholdType007()
68 float RSPropertyBase::GetThresholdByThresholdType(ThresholdType thresholdType) const in GetThresholdByThresholdType()71 case ThresholdType::LAYOUT: in GetThresholdByThresholdType()73 case ThresholdType::COARSE: in GetThresholdByThresholdType()75 case ThresholdType::MEDIUM: in GetThresholdByThresholdType()77 case ThresholdType::FINE: in GetThresholdByThresholdType()79 case ThresholdType::COLOR: in GetThresholdByThresholdType()81 case ThresholdType::ZERO: in GetThresholdByThresholdType()
72 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterRadiusModifier()91 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterSaturationModifier()110 property_->SetThresholdType(ThresholdType::COARSE); in RSBehindWindowFilterBrightnessModifier()129 property_->SetThresholdType(ThresholdType::COLOR); in RSBehindWindowFilterMaskColorModifier()255 …property_->SetThresholdType(ThresholdType::THRESHOLD_TYPE); …
64 enum class ThresholdType { enum116 virtual void SetThresholdType(ThresholdType thresholdType) {}178 float GetThresholdByThresholdType(ThresholdType thresholdType) const;619 void SetThresholdType(ThresholdType thresholdType) override634 ThresholdType thresholdType_ { ThresholdType::DEFAULT };
38 void NodeAnimatableProperty<float, AnimatablePropertyFloat>::SetThresholdType(ThresholdType type) in SetThresholdType()
35 enum class ThresholdType { enum420 void SetThresholdType(ThresholdType type);
283 void NodeAnimatableProperty<float, AnimatablePropertyFloat>::SetThresholdType(ThresholdType type) in SetThresholdType()289 property->SetThresholdType(static_cast<Rosen::ThresholdType>(type)); in SetThresholdType()
555 frictionOffsetProperty_->SetThresholdType(ThresholdType::LAYOUT); in StartScrollAnimation()