Home
last modified time | relevance | path

Searched defs:modifier (Results 1 – 25 of 149) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
Drs_modifier_test.cpp54 auto modifier = std::make_shared<RSAlphaModifier>(prop); variable
68 auto modifier = std::make_shared<RSAlphaModifier>(prop); variable
83 auto modifier = std::make_shared<RSAlphaModifier>(prop); variable
99 auto modifier = std::make_shared<RSAlphaModifier>(prop); variable
123 auto modifier = std::make_shared<RSBoundsModifier>(prop); variable
144 auto modifier = std::make_shared<RSBoundsModifier>(prop); variable
167 auto modifier = std::make_shared<RSFrameModifier>(prop); variable
188 auto modifier = std::make_shared<RSFrameModifier>(prop); variable
211 auto modifier = std::make_shared<RSPositionZModifier>(prop); variable
232 auto modifier = std::make_shared<RSPositionZModifier>(prop); variable
[all …]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_path_animation_test.cpp42 auto modifier = std::make_shared<RSScaleModifier>(property); variable
75 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
108 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
141 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
174 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
209 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
248 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
281 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
320 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
354 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
[all …]
Drs_spring_animation_test.cpp43 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
76 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
109 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
141 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
174 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
215 auto modifier = std::make_shared<RSForegroundColorModifier>(property); variable
248 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
281 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
312 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
Drs_curve_animation_test.cpp42 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
75 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
108 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
141 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
175 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
209 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
243 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
277 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
317 auto modifier = std::make_shared<RSQuaternionModifier>(property); variable
352 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
Drs_keyframe_animation_test.cpp46 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
81 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
121 auto modifier = std::make_shared<RSBackgroundColorModifier>(startProperty); variable
158 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
198 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
239 auto modifier = std::make_shared<RSBackgroundFilterModifier>(startProperty); variable
276 auto modifier = std::make_shared<RSScaleModifier>(property); variable
324 auto modifier = std::make_shared<RSBorderColorModifier>(property); variable
366 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
Drs_animation_test.cpp48 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
90 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
169 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
215 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
303 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
345 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
426 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
475 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
Drs_node_animate_supplement_test.cpp206 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
235 auto modifier = std::make_shared<RSFrameModifier>(property); variable
264 auto modifier = std::make_shared<RSFrameModifier>(property); variable
337 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
372 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
510 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
582 auto modifier = std::make_shared<RSBoundsModifier>(property); variable
603 auto modifier = std::make_shared<RSAlphaModifier>(property); variable
Drs_transition_effect_test.cpp90 std::shared_ptr<RSTransitionModifier> modifier = nullptr; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_modifier_property.cpp33 std::shared_ptr<Rosen::RSScaleModifier>& modifier, in AddOrChangeScaleModifier()
45 std::shared_ptr<Rosen::RSPivotModifier>& modifier, in AddOrChangePivotModifier()
57 std::shared_ptr<Rosen::RSTranslateZModifier>& modifier, in AddOrChangeTranslateZModifier()
69 std::shared_ptr<Rosen::RSTranslateModifier>& modifier, in AddOrChangeTranslateModifier()
81 std::shared_ptr<Rosen::RSQuaternionModifier>& modifier, in AddOrChangeQuaternionModifier()
Drosen_modifier_adapter.cpp34 std::shared_ptr<RSModifier> ConvertContentModifier(const RefPtr<Modifier>& modifier) in ConvertContentModifier()
47 std::shared_ptr<RSModifier> ConvertOverlayModifier(const RefPtr<Modifier>& modifier) in ConvertOverlayModifier()
75 auto modifier = modifier_.Upgrade(); in Draw() local
152 auto modifier = modifier_.Upgrade(); in AttachProperties() local
171 auto modifier = modifier_.Upgrade(); in Draw() local
183 auto modifier = modifier_.Upgrade(); in AttachProperties() local
Drosen_modifier_adapter.h56 explicit ContentModifierAdapter(const RefPtr<Modifier>& modifier) in ContentModifierAdapter()
78 explicit OverlayModifierAdapter(const RefPtr<Modifier>& modifier) in OverlayModifierAdapter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_modifier.cpp379 auto modifier = weak.Upgrade(); in UpdateNormalToHoverPaintProperty() local
396 auto modifier = weak.Upgrade(); in UpdateHoverToNormalPaintProperty() local
413 auto modifier = weak.Upgrade(); in UpdateNormalToPressPaintProperty() local
428 auto modifier = weak.Upgrade(); in UpdatePressToNormalPaintProperty() local
443 auto modifier = weak.Upgrade(); in UpdateHoverAndPressConversionPaintProperty() local
515 auto modifier = weak.Upgrade(); in UpdateAllPointCenterXAnimation() local
519 auto modifier = weak.Upgrade(); in UpdateAllPointCenterXAnimation() local
525 auto modifier = weak.Upgrade(); in UpdateAllPointCenterXAnimation() local
529 auto modifier = weak.Upgrade(); in UpdateAllPointCenterXAnimation() local
558 auto modifier = weak.Upgrade(); in UpdateTouchBottomAnimation() local
[all …]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
Drs_render_modifier_test.cpp64 auto modifier = std::make_shared<RSGeometryTransRenderModifier>(prop); variable
89 auto modifier = std::make_shared<RSAlphaRenderModifier>(prop); variable
108 auto modifier = std::make_shared<RSAlphaRenderModifier>(prop); variable
142 auto modifier = std::make_shared<RSDrawCmdListRenderModifier>(prop); variable
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_api.cpp316 static const ArkUIGraphicsCanvas modifier = { in GetCanvasAPI() local
345 static const ArkUIGraphicsPaint modifier = { in GetPaintAPI() local
358 static const ArkUIGraphicsFont modifier = { in GetFontAPI() local
378 static const ArkUIAnimation modifier = { in GetAnimationAPI() local
388 static const ArkUINavigation modifier = { in GetNavigationAPI() local
Dnode_container_modifier.cpp34 static const ArkUINodeContainerModifierAPI modifier = { Rebuild }; in GetNodeContainerModifier() local
Dnav_router_modifier.cpp39 static const ArkUINavRouterModifierAPI modifier = {SetNavRouteMode, ResetNavRouteMode}; in GetNavRouterModifier() local
Dnav_destination_modifier.cpp39 static const ArkUINavDestinationModifierAPI modifier = { SetHideTitleBar, ResetHideTitleBar }; in GetNavDestinationModifier() local
Dpath_modifier.cpp42 static const ArkUIPathModifierAPI modifier = {SetPathCommands, ResetPathCommands}; in GetPathModifier() local
Dstepper_item_modifier.cpp40 static const ArkUIStepperItemModifierAPI modifier = { SetNextLabel, ResetNextLabel }; in GetStepperItemModifier() local
Drow_split_modifier.cpp41 …static const ArkUIRowSplitModifierAPI modifier = { SetRowSplitResizeable, ResetRowSplitResizeable … in GetRowSplitModifier() local
Dgrid_row_modifier.cpp43 static const ArkUIGridRowModifierAPI modifier = {SetAlignItems, ResetAlignItems}; in GetGridRowModifier() local
Drich_editor_modifier.cpp43 …static const ArkUIRichEditorModifierAPI modifier = {SetRichEditorCopyOptions, ResetRichEditorCopyO… in GetRichEditorModifier() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
Drs_animation_command.cpp58 auto modifier = node->GetModifier(animation->GetPropertyId()); in CreateAnimation() local
84 auto modifier = std::make_shared<RSParticlesRenderModifier>(property); in CreateParticleAnimation() local
Drs_node_showing_command.cpp81 auto modifier = node->GetModifier(property_->GetId()); in Process() local
152 auto modifier = node->GetModifier(propertyId); in Process() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_single_frame_composer.cpp101 …FrameComposer::SingleFrameIsNeedSkip(bool needSkip, const std::shared_ptr<RSRenderModifier>& modif… in SingleFrameIsNeedSkip()
106 void RSSingleFrameComposer::SingleFrameAddModifier(const std::shared_ptr<RSRenderModifier>& modifie… in SingleFrameAddModifier()

123456