Home
last modified time | relevance | path

Searched refs:FILL_STYLE (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp404 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::FILL_STYLE) { in DrawRect()
433 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::FILL_STYLE) { in SetDrawLinePath()
434 DrawRectSetCmd(startPoint, height, width, paint, Paint::PaintStyle::FILL_STYLE); in SetDrawLinePath()
467 } else if (paintStyle == Paint::PaintStyle::FILL_STYLE) { in DrawRectSetCmd()
508 paint.SetStyle(Paint::FILL_STYLE); in ClearRect()
534 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::FILL_STYLE) { in DrawCircle()
587 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::FILL_STYLE) { in DrawSector()
591 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::FILL_STYLE) { in DrawSector()
655 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::FILL_STYLE) { in DrawLabel()
688 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::FILL_STYLE) { in DrawImage()
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h148 if (paint.GetStyle() == Paint::FILL_STYLE || paint.GetStyle() == Paint::STROKE_FILL_STYLE) { in RenderBlendSolid()
H A Ddraw_canvas.cpp71 if (paint.GetStyle() == Paint::STROKE_STYLE || paint.GetStyle() == Paint::FILL_STYLE || in DoRender()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h123 FILL_STYLE, enumerator
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp160 Paint::PaintStyle paintStyle = Paint::PaintStyle::FILL_STYLE; in HWTEST_F()
162 paint_->SetStyle(Paint::PaintStyle::FILL_STYLE); in HWTEST_F()
916 paint.SetStyle(Paint::PaintStyle::FILL_STYLE); in HWTEST_F()
932 paint.SetStyle(Paint::PaintStyle::FILL_STYLE); in HWTEST_F()
1573 paint_->SetStyle(Paint::PaintStyle::FILL_STYLE); in HWTEST_F()
1620 paint_->SetStyle(Paint::PaintStyle::FILL_STYLE); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp119 SetStyle(Paint::FILL_STYLE); in SetFillStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h699 paint.GetStyle() == Paint::FILL_STYLE || in IsSoild()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1182 // FILL_STYLE: fill rect support fill shapses only in FillRect()
1183 component->paint_.SetStyle(component->paint_.FILL_STYLE); in FillRect()
1257 // FILL_STYLE: fillText support fill shapses only in FillText()
1258 component->paint_.SetStyle(component->paint_.FILL_STYLE); in FillText()
1310 // FILL_STYLE: strokeText support fill shapses only in StrokeText()
1311 component->paint_.SetStyle(component->paint_.FILL_STYLE); in StrokeText()
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp222 paint.SetStyle(Paint::PaintStyle::FILL_STYLE); in UIKitCanvasTestDrawRect001()
269 paint.SetStyle(Paint::PaintStyle::FILL_STYLE); in UIKitCanvasTestDrawCircle001()
414 paint.SetStyle(Paint::PaintStyle::FILL_STYLE); in UIKitCanvasTestDrawSector001()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp453 paint.SetStyle(Paint::PaintStyle::FILL_STYLE); in UIKitUITestBorderMarginPaddingTest006()

Completed in 15 milliseconds