Home
last modified time | relevance | path

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

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