Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.h39 …static void DrawThinWuLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const R…
H A Ddraw_line.cpp148 DrawThinWuLine(gfxDstBuffer, start, end, mask, width, color, opacity); in DrawWuLine()
184DrawThinWuLine(gfxDstBuffer, { x0Int, y0Int }, { x3Int, y3Int }, mask, 2, color, opacity); // 2 : … in DrawWuLine()
440 void DrawLine::DrawThinWuLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, in DrawThinWuLine() function in OHOS::DrawLine