Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.h148 void BuildTopDoubleBorderPath(RSPath& path, float radius);
H A Dbubble_paint_method.cpp446 BuildTopDoubleBorderPath(path, radiusPx); in BuildDoubleBorderPath()
500 void BubblePaintMethod::BuildTopDoubleBorderPath(RSPath& path, float radius) in BuildTopDoubleBorderPath() function in OHOS::Ace::NG::BubblePaintMethod