Home
last modified time | relevance | path

Searched refs:CheckLocalizedPadding (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h386 …void CheckLocalizedPadding(const RefPtr<LayoutProperty>& layoutProperty, const TextDirection& dire…
H A Dlayout_property.cpp1601 void LayoutProperty::CheckLocalizedPadding(const RefPtr<LayoutProperty>& layoutProperty, const Text… in CheckLocalizedPadding() function in OHOS::Ace::NG::LayoutProperty
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h611 layoutProperty->CheckLocalizedPadding(layoutProperty, layoutDirection); in CheckLocalized()