Home
last modified time | relevance | path

Searched refs:HasBottom (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dposition_layout_utils.h43 } else if (selfNode->HasBottom()) { in GetAbsoluteOffset()
H A Drender_component.h193 virtual bool HasBottom() const in HasBottom() function
H A Drender_node.h431 virtual bool HasBottom() const in HasBottom() function
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_margin.h40 [[nodiscard]] bool HasBottom() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.h79 bool HasBottom() const override in HasBottom() function
H A Drender_positioned.cpp37 hasBottom_ = positioned->HasBottom(); in Update()
H A Dpositioned_component.h149 bool HasBottom() const override in HasBottom() function
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_margin_helper.cpp34 if (margin.HasBottom()) { in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_margin.cpp99 bool PrintMargin::HasBottom() const in HasBottom() function in OHOS::Print::PrintMargin
H A Dprint_utils.cpp274 if (marginAttr.HasBottom()) { in ParseAttributesObjectParamForJson()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_margin_test.cpp103 EXPECT_TRUE(margin.HasBottom());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp266 } else if (item->HasBottom()) { in GetPositionedChildOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp2044 compositeComponent->SetHasBottom(declaration_->HasBottom()); in UpdatePositionProps()
2062 if (declaration_->HasBottom()) { in UpdatePositionProps()
2079 tweenComponent->SetHasBottom(declaration_->HasBottom()); in UpdateTweenPosition()
2099 if (declaration_->HasBottom()) { in UpdateTweenPosition()
2122 positionComponent_->SetHasBottom(declaration_->HasBottom()); in UpdatePositionComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h367 bool HasBottom() const in HasBottom() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp742 renderComponent->SetHasBottom(positionedComponent->HasBottom()); in UpdateTopComponentProps()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp463 if (minMargin.HasBottom()) { in ConvertPrintMarginToJson()