Home
last modified time | relevance | path

Searched defs:thresholdLow (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.cpp46 uint32_t thresholdLow = 100; // low threshold : 100 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()
825 float thresholdLow = 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.cpp1635 float thresholdLow = aiInvert->z_ - aiInvert->w_; in DrawBinarizationShader() local
1648 float thresholdLow, float thresholdHigh, in MakeBinarizationShader()