Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_threshold_detector.h32 RSThresholdDetector(T thresholdLow, T thresholdHigh) in RSThresholdDetector()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_threshold_detector_test.cpp47 uint32_t thresholdHigh = 500; // high threshold : 500 variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp682 …float low, float high, float thresholdLow, float thresholdHigh, std::shared_ptr<Drawing::ShaderEff… in MakeBinarizationShader()
826 float thresholdHigh = aiInvert->z_ + aiInvert->w_; in DrawBinarization() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1636 float thresholdHigh = aiInvert->z_ + aiInvert->w_; in DrawBinarizationShader() local
1648 float thresholdLow, float thresholdHigh, in MakeBinarizationShader()