Searched refs:DrawThinWuLine (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.h | 39 …static void DrawThinWuLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const R…
|
H A D | draw_line.cpp | 148 DrawThinWuLine(gfxDstBuffer, start, end, mask, width, color, opacity); in DrawWuLine() 184 …DrawThinWuLine(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
|