Home
last modified time | relevance | path

Searched refs:PointLightProperty (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_property.cpp27 void PointLightProperty::ToJsonValue(std::unique_ptr<JsonValue>& json) const {} in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.cpp108 ACE_PROPERTY_TO_JSON_VALUE(propPointLight_, PointLightProperty); in ToJsonValue()
H A Drender_property.h158 struct PointLightProperty { struct
H A Drender_property.cpp410 void PointLightProperty::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filte… in ToJsonValue()
H A Drender_context.h599 ACE_DEFINE_PROPERTY_GROUP(PointLight, PointLightProperty);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp757 NG::PointLightProperty pointLightProperty;