Home
last modified time | relevance | path

Searched refs:DrawDashedBorder (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.h121 void DrawDashedBorder(RSCanvas& canvas, RSPen& paint);
H A Dbubble_paint_method.cpp129 DrawDashedBorder(canvas, paint); in PaintBorder()
145 void BubblePaintMethod::DrawDashedBorder(RSCanvas& canvas, RSPen& paint) in DrawDashedBorder() function in OHOS::Ace::NG::BubblePaintMethod