Home
last modified time | relevance | path

Searched defs:property (Results 301 - 325 of 797) sorted by relevance

1...<<11121314151617181920>>...32

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task.cpp122 const auto& property = node->GetRenderProperties(); in CreatePixelMapBySurfaceNode() local
H A Drs_graphic_config.cpp119 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 Drs_render_property.h258 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(value); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_implicit_animator_test.cpp150 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 Dproxy_object.cpp233 IProperty::Ptr ProxyObject::SetPropertyTarget(const IProperty::Ptr& property) in SetPropertyTarget() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h77 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 Drs_animation_trace_utils.cpp40 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 Drs_render_path_animation.cpp314 auto property = std::static_pointer_cast<RSRenderProperty<float>>(modifier->GetProperty()); in SetRotation() local
H A Drs_render_property_animation.cpp63 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 Drs_render_animation.h177 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 Drs_render_property.cpp82 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 Drsrenderserviceconnectionstub_fuzzer.cpp1100 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 Drs_interactive_implict_animator.cpp335 auto property = modifier->GetProperty(); in FinishOnCurrent() local
H A Drs_implicit_animation_param.cpp61 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 Drs_divided_ui_capture.cpp179 const auto& property = node.GetRenderProperties(); in ProcessCanvasRenderNode() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_showing_properties_freezer.cpp45 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 Drs_render_spring_animation_test.cpp94 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 Drs_composer_adapter_unit_test.cpp183 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 Drs_canvas_drawing_render_node_test.cpp78 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 Drs_property_modifier_test.cpp53 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 Djs_enum.cpp263 std::vector<napi_property_descriptor> property; in JsEnumIntInit() local
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty.h119 Property property; // property type for the elements in array or container member
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp200 PropertyValue property = GetProperty(systemPropertyHandle, i, offset); in ParseProperties() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp110 const auto& property = GetRenderProperties(); in OpincGetNodeSupportFlag() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.h40 RSCaptureData property; member

Completed in 18 milliseconds

1...<<11121314151617181920>>...32