Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h392 void CheckLocalizedBorderImageOutset(const TextDirection& direction);
H A Dlayout_property.cpp1898 void LayoutProperty::CheckLocalizedBorderImageOutset(const TextDirection& direction) in CheckLocalizedBorderImageOutset() function in OHOS::Ace::NG::LayoutProperty
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h619 layoutProperty->CheckLocalizedBorderImageOutset(layoutDirection); in CheckLocalized()