Home
last modified time | relevance | path

Searched refs:GetLightIntensity (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dlight.h75 float GetLightIntensity() const in GetLightIntensity() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_light.h95 const AnimatableFloat& GetLightIntensity() const in GetLightIntensity() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h122 float GetLightIntensity() const;
H A Drs_modifier_extractor.cpp448 float RSModifierExtractor::GetLightIntensity() const in GetLightIntensity() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp528 light->SetIntensity(newLights.at(index)->GetLightIntensity());
549 || light->GetLightIntensity() != newLights.at(index)->GetLightIntensity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp172 modifierExtractor.GetLightIntensity(); in DoGet003()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_extractor_test.cpp317 float intensity = extractor.GetLightIntensity();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h234 float GetLightIntensity() const in GetLightIntensity() function
H A Drs_properties.h512 float GetLightIntensity() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp546 auto lightIntensity = iter->first->GetLightIntensity(); in DrawLight()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1469 oldLC->intensity = light->GetLightIntensity(); in UpdateLights()
1482 lc.intensity = light->GetLightIntensity(); in UpdateLights()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp3344 float RSProperties::GetLightIntensity() const in GetLightIntensity() function in OHOS::Rosen::RSProperties
3346 return lightSourcePtr_ ? lightSourcePtr_->GetLightIntensity() : 0.f; in GetLightIntensity()
H A Drs_properties_painter.cpp1235 auto lightIntensity = iter->first->GetLightIntensity(); in DrawLightInner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5654 if (GetLightIntensity().has_value()) {
5655 … DumpLog::GetInstance().AddDesc("LightIntensity:" + std::to_string(GetLightIntensity().value()));