Home
last modified time | relevance | path

Searched refs:BuildLeftDoubleBorderPath (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.h151 void BuildLeftDoubleBorderPath(RSPath& path, float radius);
H A Dbubble_paint_method.cpp452 BuildLeftDoubleBorderPath(path, radiusPx); in BuildDoubleBorderPath()
693 void BubblePaintMethod::BuildLeftDoubleBorderPath(RSPath& path, float radius) in BuildLeftDoubleBorderPath() function in OHOS::Ace::NG::BubblePaintMethod