Home
last modified time | relevance | path

Searched refs:GetBloom (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/include/
H A DPostProcJS.h39 napi_value GetBloom(NapiApi::FunctionContext<>& ctx);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h127 float GetBloom() const;
H A Drs_modifier_extractor.cpp466 float RSModifierExtractor::GetBloom() const in GetBloom() function in OHOS::Rosen::RSModifierExtractor
/foundation/graphic/graphic_3d/kits/js/src/
H A DPostProcJS.cpp42 node_props.push_back(GetSetProperty<bool, PostProcJS, &PostProcJS::GetBloom, &PostProcJS::SetBloom>("bloom")); in Init()
245 napi_value PostProcJS::GetBloom(NapiApi::FunctionContext<>& ctx) in GetBloom() function in PostProcJS
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp183 modifierExtractor.GetBloom(); in DoGet003()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_extractor_test.cpp53 ASSERT_EQ(extractor.GetBloom(), 0.f); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h520 inline float GetBloom() const in GetBloom() function in OHOS::Rosen::final
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp521 EXPECT_EQ(rosenRenderContext->GetRSNode()->GetStagingProperties().GetBloom(), false); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5633 if (GetBloom().has_value()) {
5634 DumpLog::GetInstance().AddDesc("Bloom:" + std::to_string(GetBloom().value()));
6729 if (GetBloom().has_value()) {
6730 json->Put("Bloom", std::to_string(GetBloom().value()).c_str());

Completed in 17 milliseconds