Home
last modified time | relevance | path

Searched refs:DrawRectSetCmd (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h706 void DrawRectSetCmd(const Point& startPoint, int16_t height, int16_t width, const Paint& paint,
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp430 DrawRectSetCmd(startPoint, height, width, paint, Paint::PaintStyle::STROKE_STYLE); in SetDrawLinePath()
434 DrawRectSetCmd(startPoint, height, width, paint, Paint::PaintStyle::FILL_STYLE); in SetDrawLinePath()
449 void UICanvas::DrawRectSetCmd(const Point& startPoint, int16_t height, int16_t width, const Paint& paint, in DrawRectSetCmd() function in OHOS::UICanvas

Completed in 4 milliseconds