Home
last modified time | relevance | path

Searched refs:STROKE_STYLE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp386 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::STROKE_STYLE) { in DrawRect()
429 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::STROKE_STYLE) { in SetDrawLinePath()
430 DrawRectSetCmd(startPoint, height, width, paint, Paint::PaintStyle::STROKE_STYLE); in SetDrawLinePath()
465 if (paintStyle == Paint::PaintStyle::STROKE_STYLE) { in DrawRectSetCmd()
531 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::STROKE_STYLE) { in DrawCircle()
584 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::STROKE_STYLE) { in DrawSector()
593 innerPaint.SetStyle(Paint::PaintStyle::STROKE_STYLE); in DrawSector()
605 if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::STROKE_STYLE) { in DrawArc()
1155 uint8_t enableStroke = static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::STROKE_STYLE; in DoFillRect()
1195 uint8_t enableStroke = static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::STROKE_STYLE; in DoDrawCircle()
/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()
H A Ddraw_canvas.cpp71 if (paint.GetStyle() == Paint::STROKE_STYLE || paint.GetStyle() == Paint::FILL_STYLE || in DoRender()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h121 STROKE_STYLE = 1, enumerator
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp113 SetStyle(Paint::STROKE_STYLE); in SetStrokeStyle()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h698 if (paint.GetStyle() == Paint::STROKE_STYLE || in IsSoild()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp238 paint.SetStyle(Paint::PaintStyle::STROKE_STYLE); in UIKitCanvasTestDrawRect002()
287 paint.SetStyle(Paint::PaintStyle::STROKE_STYLE); in UIKitCanvasTestDrawCircle002()
322 paint.SetStyle(Paint::PaintStyle::STROKE_STYLE); in UIKitCanvasTestDrawArc001()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1218 component->paint_.SetStyle(component->paint_.STROKE_STYLE); in StrokeRect()