Home
last modified time | relevance | path

Searched refs:useRootConstraint (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h281 …PaddingPropertyF CreatePaddingWithoutBorder(bool useRootConstraint = true, bool roundPixel = true);
H A Dlayout_property.cpp733 PaddingPropertyF LayoutProperty::CreatePaddingWithoutBorder(bool useRootConstraint, bool roundPixel) in CreatePaddingWithoutBorder() argument
744 useRootConstraint ? PipelineContext::GetCurrentRootWidth() : 0.0f, roundPixel); in CreatePaddingWithoutBorder()