| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_surface_capture_task.cpp | 122 const auto& property = node->GetRenderProperties();
in CreatePixelMapBySurfaceNode() local
|
| H A D | rs_graphic_config.cpp | 119 std::map<std::string, ConfigItem> property = ReadProperty(curNodePtr); in ReadConfig() local 202 std::map<std::string, ConfigItem> property; in ReadProperty() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
| H A D | rs_render_property.h | 258 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(value); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| H A D | rs_implicit_animator_test.cpp | 150 std::shared_ptr<RSAnimatableProperty<Vector2f>> property = nullptr; in HWTEST_F() local 232 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | proxy_object.cpp | 233 IProperty::Ptr ProxyObject::SetPropertyTarget(const IProperty::Ptr& property) in SetPropertyTarget() argument [all...] |
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | ecs_util.h | 77 GatherEntityReferences(BASE_NS::vector<CORE_NS::Entity*>& entities, BASE_NS::vector<CORE_NS::EntityReference*>& entityReferences, const CORE_NS::Property& property, uintptr_t offset = 0) GatherEntityReferences() argument 197 isPropertyContainer(const CORE_NS::Property& property) isPropertyContainer() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| H A D | rs_animation_trace_utils.cpp | 40 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<float>>(value); in ParseRenderPropertyVauleInner() local 47 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Color>>(value); in ParseRenderPropertyVauleInner() local 58 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Quaternion>>(value); in ParseRenderPropertyVauleInner() local 68 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<std::shared_ptr<RSFilter>>>(value); ParseRenderPropertyVauleInner() local 77 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Vector2f>>(value); ParseRenderPropertyVauleInner() local 85 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(value); ParseRenderPropertyVauleInner() local 95 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4<Color>>>(value); ParseRenderPropertyVauleInner() local [all...] |
| H A D | rs_render_path_animation.cpp | 314 auto property = std::static_pointer_cast<RSRenderProperty<float>>(modifier->GetProperty()); in SetRotation() local
|
| H A D | rs_render_property_animation.cpp | 63 void RSRenderPropertyAnimation::AttachRenderProperty(const std::shared_ptr<RSRenderPropertyBase>& property) in AttachRenderProperty() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
| H A D | rs_render_animation.h | 177 virtual void AttachRenderProperty(const std::shared_ptr<RSRenderPropertyBase>& property) {}; in AttachRenderProperty() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
| H A D | rs_render_property.cpp | 82 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<float>>(val); in Marshalling() local 89 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Color>>(val); in Marshalling() local 96 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Matrix3f>>(val); in Marshalling() local 103 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Quaternion>>(val); Marshalling() local 110 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<std::shared_ptr<RSFilter>>>(val); Marshalling() local 117 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Vector2f>>(val); Marshalling() local 124 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(val); Marshalling() local 131 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4<Color>>>(val); Marshalling() local 138 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<RRect>>(val); Marshalling() local 531 auto property = Get(); Dump() local 540 auto property = Get(); Dump() local 549 auto property = Get(); Dump() local 558 auto property = Get(); Dump() local 578 auto property = Get(); Dump() local 587 auto property = Get(); Dump() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnectionstub_fuzzer/ |
| H A D | rsrenderserviceconnectionstub_fuzzer.cpp | 1100 std::shared_ptr<RSRenderPropertyBase> property = std::make_shared<RSRenderPropertyBase>(); in DoExecuteSynchronousTask() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
| H A D | rs_interactive_implict_animator.cpp | 335 auto property = modifier->GetProperty(); in FinishOnCurrent() local
|
| H A D | rs_implicit_animation_param.cpp | 61 void RSImplicitCancelAnimationParam::AddPropertyToPendingSyncList(const std::shared_ptr<RSPropertyBase>& property) in AddPropertyToPendingSyncList() argument 126 auto property = modifier->GetProperty(); in ExecuteSyncPropertiesTask() local 144 CreateEmptyAnimation( std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateEmptyAnimation() argument 158 CreateAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 175 CreateAnimation( std::shared_ptr<RSPropertyBase> property, const bool& isCreateDurationKeyframe, const int& startDuration, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 224 CreateAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 248 CreateAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 264 CreateAnimation( std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 293 CreateAnimation(const std::shared_ptr<RSPropertyBase>& property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) CreateAnimation() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
| H A D | rs_divided_ui_capture.cpp | 179 const auto& property = node.GetRenderProperties(); in ProcessCanvasRenderNode() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
| H A D | rs_showing_properties_freezer.cpp | 45 auto property = std::static_pointer_cast<RSAnimatableProperty<T>>(iter->second->GetProperty()); in GetPropertyImpl() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
| H A D | rs_render_spring_animation_test.cpp | 94 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); in HWTEST_F() local 119 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f, in HWTEST_F() local 148 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); in HWTEST_F() local 200 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f, in HWTEST_F() local 233 auto property in HWTEST_F() local 253 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); HWTEST_F() local 279 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); HWTEST_F() local 305 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); HWTEST_F() local 329 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); HWTEST_F() local 355 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); HWTEST_F() local 379 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); HWTEST_F() local 404 auto property = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
| H A D | rs_composer_adapter_unit_test.cpp | 183 auto& property = surfaceNode3->GetMutableRenderProperties(); in HWTEST_F() local 207 auto& property = surfaceNode1->GetMutableRenderProperties(); in HWTEST_F() local 259 auto& property = surfaceNode1->GetMutableRenderProperties(); in HWTEST_F() local 282 auto& property in HWTEST_F() local 306 auto& property = surfaceNode1->GetMutableRenderProperties(); HWTEST_F() local 334 auto& property = surfaceNode1->GetMutableRenderProperties(); HWTEST_F() local 357 auto& property = surfaceNode1->GetMutableRenderProperties(); HWTEST_F() local 387 auto& property = surfaceNode1->GetMutableRenderProperties(); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| H A D | rs_canvas_drawing_render_node_test.cpp | 78 std::shared_ptr<RSRenderProperty<Drawing::Matrix>> property = in HWTEST_F() local 106 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); in HWTEST_F() local 172 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); in HWTEST_F() local 196 std::shared_ptr<RSRenderProperty<Drawing::Matrix>> property in HWTEST_F() local 225 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); HWTEST_F() local 441 std::shared_ptr<RSRenderProperty<Drawing::Matrix>> property = HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
| H A D | rs_property_modifier_test.cpp | 53 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 69 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 85 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 101 std::shared_ptr<RSPropertyBase> property in HWTEST_F() local 117 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); HWTEST_F() local 133 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); HWTEST_F() local 152 auto property = std::make_shared<RSProperty<Vector4f>>(INITIAL_VALUE_RECT_4F); HWTEST_F() local 190 auto property = std::make_shared<RSProperty<Vector2f>>(INITIAL_VALUE_PIVOT_2F); HWTEST_F() local 224 auto property = std::make_shared<RSProperty<float>>(30.f); HWTEST_F() local 274 auto property = std::make_shared<RSProperty<float>>(10); HWTEST_F() local 309 auto property = std::make_shared<RSProperty<Vector2f>>(INITIAL_VALUE_SIZE_2F); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
| H A D | js_enum.cpp | 263 std::vector<napi_property_descriptor> property; in JsEnumIntInit() local
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
| H A D | property.h | 119 Property property; // property type for the elements in array or container member
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
| H A D | system_graph_loader.cpp | 200 PropertyValue property = GetProperty(systemPropertyHandle, i, offset); in ParseProperties() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_canvas_render_node.cpp | 110 const auto& property = GetRenderProperties(); in OpincGetNodeSupportFlag() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_file.h | 40 RSCaptureData property; member
|