Searched refs:intensity_ (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_light.h | 39 : type_(type), shadow_(shadow), color_(color), intensity_(intensity), in DECLARE_ACE_TYPE() 48 … intensity_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallback() 65 intensity_ = intensity; in SetIntensity() 97 return intensity_; in GetLightIntensity() 121 AnimatableFloat intensity_ { 10.0f };
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | light.h | 29 …: type_(type), color_(color), intensity_(intensity), shadow_(shadow), position_(position), rotatio… in Light() 45 intensity_ = intensity; in SetIntensity() 77 return intensity_; in GetLightIntensity() 98 float intensity_ { 10.0f };
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 212 if (!ROSEN_EQ(intensity_, INVALID_INTENSITY)) { in SetLightIntensity() 213 preIntensity_ = intensity_; in SetLightIntensity() 215 intensity_ = lightIntensity; in SetLightIntensity() 236 return intensity_; in GetLightIntensity() 245 return !ROSEN_EQ(intensity_, 0.f); in IsLightSourceValid() 267 float intensity_ = 0.f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | chain_animation.h | 94 intensity_ = value; in SetIntensity() 128 float intensity_ = DEFAULT_INTENSITY; variable
|
H A D | chain_animation.cpp | 94 float factor = (1 - conductivity_) * intensity_; in SetDelta() 164 float factor = (1 - conductivity_) * intensity_; in GetValuePredict()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_attr_test_ng.cpp | 1566 EXPECT_FLOAT_EQ(chainAnimation->intensity_, ChainAnimation::DEFAULT_INTENSITY); 1576 EXPECT_FLOAT_EQ(chainAnimation->intensity_, ChainAnimation::DEFAULT_INTENSITY); 1619 EXPECT_FLOAT_EQ(chainAnimation->intensity_, ChainAnimation::DEFAULT_INTENSITY); 1629 EXPECT_FLOAT_EQ(chainAnimation->intensity_, ChainAnimation::DEFAULT_INTENSITY); 1665 EXPECT_FLOAT_EQ(chainAnimation->intensity_, intensity); 1673 EXPECT_FLOAT_EQ(chainAnimation->intensity_, intensity);
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/ |
H A D | lume_common.h | 75 float intensity_; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 1271 properties.lightSourcePtr_->intensity_ = 1.f;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test.cpp | 1135 properties.lightSourcePtr_->intensity_ = floatData[1];
|