Home
last modified time | relevance | path

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

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