Home
last modified time | relevance | path

Searched refs:binarizationShaderEffect_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_aibar_shader_filter.cpp63 static std::shared_ptr<Drawing::RuntimeEffect> binarizationShaderEffect_; in MakeBinarizationShader() local
88 if (binarizationShaderEffect_ == nullptr) { in MakeBinarizationShader()
89 binarizationShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeBinarizationShader()
90 if (binarizationShaderEffect_ == nullptr) { in MakeBinarizationShader()
96 std::make_shared<Drawing::RuntimeShaderBuilder>(binarizationShaderEffect_); in MakeBinarizationShader()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h90 static std::shared_ptr<Drawing::RuntimeEffect> binarizationShaderEffect_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp38 std::shared_ptr<Drawing::RuntimeEffect> RSPropertyDrawableUtils::binarizationShaderEffect_ = nullpt… member in OHOS::Rosen::RSPropertyDrawableUtils
703 if (binarizationShaderEffect_ == nullptr) { in MakeBinarizationShader()
704 binarizationShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeBinarizationShader()
705 if (binarizationShaderEffect_ == nullptr) { in MakeBinarizationShader()
711 std::make_shared<Drawing::RuntimeShaderBuilder>(binarizationShaderEffect_); in MakeBinarizationShader()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_painter.h138 static std::shared_ptr<Drawing::RuntimeEffect> binarizationShaderEffect_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp67 std::shared_ptr<Drawing::RuntimeEffect> RSPropertiesPainter::binarizationShaderEffect_ = nullptr; member in OHOS::Rosen::RSPropertiesPainter
1670 if (binarizationShaderEffect_ == nullptr) { in MakeBinarizationShader()
1671 binarizationShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeBinarizationShader()
1672 if (binarizationShaderEffect_ == nullptr) { in MakeBinarizationShader()
1678 std::make_shared<Drawing::RuntimeShaderBuilder>(binarizationShaderEffect_); in MakeBinarizationShader()