Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_path.cpp84 if (component_->GetDeclaration()->GetClipState().IsEvenodd()) { in AsPath()
96 if (component_->GetDeclaration()->GetClipState().IsEvenodd()) { in AsPath()
H A Dsvg_polygon.cpp94 if (component_->GetDeclaration()->GetClipState().IsEvenodd()) { in AsPath()
112 if (component_->GetDeclaration()->GetClipState().IsEvenodd()) { in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.h158 const ClipState& GetClipState() const in GetClipState() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.h80 const ClipState GetClipState() const in GetClipState() function
H A Drender_svg_base.cpp769 clipState_.Inherit(parent->GetClipState()); in Inherit()