Home
last modified time | relevance | path

Searched refs:NeedClip (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h80 bool NeedClip() const in NeedClip() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp234 overflow_ != Overflow::FORCE_CLIP && (clipPath_ == nullptr || !clipPath_->NeedClip())) { in PerformLayout()
258 } else if (clipPath_ && clipPath_->NeedClip()) { in PerformLayout()
276 } else if (clipPath_ && clipPath_->NeedClip()) { in PerformLayout()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h585 bool NeedClip() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp2014 EXPECT_FALSE(properties.NeedClip());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1442 …if (accumGeoDirty || properties.NeedClip() || properties.geoDirty_ || (dirtyStatus_ != NodeDirty::… in UpdateDrawRectAndDirtyRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2266 bool RSProperties::NeedClip() const in NeedClip() function in OHOS::Rosen::RSProperties