Searched refs:DrawRectSetCmd (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 706 void DrawRectSetCmd(const Point& startPoint, int16_t height, int16_t width, const Paint& paint,
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 430 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