Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_pattern.h70 renderContext->SetClipBoundsWithCommands(cmdStr); in SetClipBounds()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp528 renderContext->SetClipBoundsWithCommands(std::string(commands)); in SetCommandPathClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h231 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h334 void SetClipBoundsWithCommands(const std::string& commands) override;
H A Drosen_render_context.cpp4703 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands) function in OHOS::Ace::NG::RosenRenderContext