Home
last modified time | relevance | path

Searched refs:paintStyle (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h707 Paint::PaintStyle paintStyle);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp450 Paint::PaintStyle paintStyle) in DrawRectSetCmd()
465 if (paintStyle == Paint::PaintStyle::STROKE_STYLE) { in DrawRectSetCmd()
467 } else if (paintStyle == Paint::PaintStyle::FILL_STYLE) { in DrawRectSetCmd()
449 DrawRectSetCmd(const Point& startPoint, int16_t height, int16_t width, const Paint& paint, Paint::PaintStyle paintStyle) DrawRectSetCmd() argument
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp160 Paint::PaintStyle paintStyle = Paint::PaintStyle::FILL_STYLE; in HWTEST_F() local
163 EXPECT_EQ(paint_->GetStyle(), paintStyle); in HWTEST_F()

Completed in 7 milliseconds