Home
last modified time | relevance | path

Searched refs:STROKE_FILL_STYLE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h143 … if (paint.GetStyle() == Paint::STROKE_STYLE || paint.GetStyle() == Paint::STROKE_FILL_STYLE) { in RenderBlendSolid()
148 … if (paint.GetStyle() == Paint::FILL_STYLE || paint.GetStyle() == Paint::STROKE_FILL_STYLE) { in RenderBlendSolid()
H A Ddraw_canvas.cpp72 paint.GetStyle() == Paint::STROKE_FILL_STYLE) { in DoRender()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h42 : style_(PaintStyle::STROKE_FILL_STYLE), in Paint()
125 STROKE_FILL_STYLE, enumerator
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h700 paint.GetStyle() == Paint::STROKE_FILL_STYLE) { in IsSoild()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp1570 paint_->SetStyle(Paint::PaintStyle::STROKE_FILL_STYLE);
2193 paint1->SetFillStyle(Paint::PaintStyle::STROKE_FILL_STYLE);
2194 EXPECT_EQ(paint1->GetStyle(), Paint::PaintStyle::STROKE_FILL_STYLE);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp253 paint.SetStyle(Paint::PaintStyle::STROKE_FILL_STYLE); in UIKitCanvasTestDrawRect003()
304 paint.SetStyle(Paint::PaintStyle::STROKE_FILL_STYLE); in UIKitCanvasTestDrawCircle003()
1178 paint.SetStyle(Paint::STROKE_FILL_STYLE); in RM008UIKitCanvasTest001()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp459 paint.SetStyle(Paint::PaintStyle::STROKE_FILL_STYLE); in UIKitUITestBorderMarginPaddingTest006()