Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp785 BorderWidthProperty dashGapProperty; variable
786 dashGapProperty.SetBorderWidth(Dimension(1));
787 frameNode->renderContext_->UpdateDashGap(dashGapProperty);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp1471 BorderWidthProperty dashGapProperty; in SwapDirtyLayoutWrapperOnMainThread() local
1472 dashGapProperty.SetBorderWidth(Dimension(-1)); in SwapDirtyLayoutWrapperOnMainThread()
1473 renderContext_->UpdateDashGap(dashGapProperty); in SwapDirtyLayoutWrapperOnMainThread()
4384 BorderWidthProperty dashGapProperty; in SyncGeometryNode() local
4385 dashGapProperty.SetBorderWidth(Dimension(-1)); in SyncGeometryNode()
4386 renderContext_->UpdateDashGap(dashGapProperty); in SyncGeometryNode()