Searched refs:ClipWithRRect (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_group_node.cpp | 201 GetRenderContext()->ClipWithRRect( in InitSystemTransitionPush() 204 GetRenderContext()->ClipWithRRect( in InitSystemTransitionPush() 238 GetRenderContext()->ClipWithRRect( in StartSystemTransitionPush() 310 GetRenderContext()->ClipWithRRect(RectF(0.0f, 0.0f, frameSize.Width(), REMOVE_CLIP_SIZE), in InitSystemTransitionPop() 337 GetRenderContext()->ClipWithRRect( in StartSystemTransitionPop() 340 GetRenderContext()->ClipWithRRect( in StartSystemTransitionPop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 499 expandableAreaContext->ClipWithRRect(RectF(0.0f, 0.0f, itemSize.Width(), 0.0f), in ShowEmbeddedExpandMenu() 515 expandableAreaContext->ClipWithRRect(RectF(0.0f, 0.0f, expandableAreaFrameSize.Width(), in ShowEmbeddedExpandMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 298 virtual void ClipWithRRect(const RectF& rectF, const RadiusF& radiusF) {} in ClipWithRRect() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 237 void ClipWithRRect(const RectF& rectF, const RadiusF& radiusF) override;
|
H A D | rosen_render_context.cpp | 4769 void RosenRenderContext::ClipWithRRect(const RectF& rectF, const RadiusF& radiusF) function in OHOS::Ace::NG::RosenRenderContext 5032 ClipWithRRect(effect->GetPageTransitionRectF().value(), RadiusF(EdgeF(0.0f, 0.0f))); 5037 ClipWithRRect(effect->GetDefaultPageTransitionRectF().value(), 5046 ClipWithRRect(effect->GetDefaultPageTransitionRectF().value(), 5052 ClipWithRRect(effect->GetPageTransitionRectF().value(), RadiusF(EdgeF(0.0f, 0.0f)));
|