Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.cpp124 JSRef<JSObject> GenEdgesGlobalized(const NG::PaddingPropertyT<float>& edgeNative, TextDirection dir… in GenEdgesGlobalized() function
620 return GenEdgesGlobalized({}, TextDirection::LTR).Get().GetLocalHandle(); in JSGetMargin()
624 …return GenEdgesGlobalized(layoutProperty->CreateMarginWithoutCache(), direction).Get().GetLocalHan… in JSGetMargin()
636 return GenEdgesGlobalized({}, TextDirection::LTR).Get().GetLocalHandle(); in JSGetPadding()
640 return GenEdgesGlobalized(layoutProperty->CreatePaddingWithoutBorder(false, false), direction) in JSGetPadding()