Home
last modified time | relevance | path

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

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