Home
last modified time | relevance | path

Searched refs:ClipWithRect (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp460 renderContext->ClipWithRect(rect); in SetRectClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h294 virtual void ClipWithRect(const RectF& rectF) {} in ClipWithRect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h236 void ClipWithRect(const RectF& rectF) override;
H A Drosen_render_context.cpp4717 void RosenRenderContext::ClipWithRect(const RectF& rectF) function in OHOS::Ace::NG::RosenRenderContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp506 dialogContext->ClipWithRect(rect); in ProcessMaskRect()