Home
last modified time | relevance | path

Searched defs:borderWidthProperty (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp97 BorderWidthPropertyT<Dimension> borderWidthProperty; variable
111 BorderWidthPropertyT<Dimension> borderWidthProperty; variable
310 BorderWidthPropertyT<Dimension> borderWidthProperty; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h69 const auto& borderWidthProperty = swiperLayoutProperty->GetBorderWidthProperty(); in CalcIndicatrFrameOffSet() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp798 auto borderWidthProperty = std::make_unique<BorderWidthProperty>();; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp315 BorderWidthProperty borderWidthProperty { in SetBorderWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1742 auto borderWidthProperty = target->GetBorderWidth(); in CheckLocalizedEdgeWidths() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10389 …ract::ParseBorderWidthProps(const JSRef<JSVal>& args, NG::BorderWidthProperty& borderWidthProperty) in ParseBorderWidthProps()