Home
last modified time | relevance | path

Searched refs:GetStrokeColor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h144 ChangeColor(color, paint.GetStrokeColor(), in RenderBlendSolid()
145 … static_cast<uint8_t>(paint.GetStrokeColor().alpha * paint.GetGlobalAlpha())); in RenderBlendSolid()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp228 pointInfo.SetStrokeColor(getPointInfo.GetStrokeColor()); in SetPoint()
285 segment.SetSegmentColor(chartDataset.GetStrokeColor()); in SetChart()
511 segment.SetSegmentColor(data[seriesNum_].GetStrokeColor()); in UpdateChartData()
521 segment.SetSegmentColor(data[seriesNum_].GetStrokeColor()); in UpdateChartData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h208 const Color& GetStrokeColor() const in GetStrokeColor() function
404 const Color& GetStrokeColor() const in GetStrokeColor() function
H A Drosen_render_chart.cpp231 paint.setColor(point.GetStrokeColor().GetValue()); in SetEdgeStyle()
237 pen.SetColor(point.GetStrokeColor().GetValue()); in SetEdgeStyle()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1057 paint.GetStrokeColor(), paint.GetOpacity()); in DoDrawLine()
1087 paint.GetStrokeColor(), in DoDrawCurve()
1103 drawStyle.bgColor_ = paint.GetStrokeColor(); in DoDrawRect()
1209 drawStyle.lineColor_ = paint.GetStrokeColor(); in DoDrawCircle()
1233 drawStyle.lineColor_ = paint.GetStrokeColor(); in DoDrawArc()
1301 style.lineColor_ = paint.GetStrokeColor(); in DoDrawLineJoin()
1348 … paint.GetStrokeWidth(), paint.GetStrokeColor(), OPA_OPAQUE); in DoDrawPath()
1362 drawStyle.lineColor_ = paint.GetStrokeColor(); in DoDrawPath()
1385 … paint.GetStrokeWidth(), paint.GetStrokeColor(), OPA_OPAQUE); in DoDrawPath()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h281 ColorType GetStrokeColor() const in GetStrokeColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h119 uint32_t GetStrokeColor() const in GetStrokeColor() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp197 EXPECT_EQ(paint_->GetStrokeColor().full, color.full);
2186 EXPECT_EQ(paint1->GetStrokeColor().full, color.full);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4650 rsStrokeColor.SetColorQuad(basicShape->GetStrokeColor());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5294 options->strokeColor = basicShape->GetStrokeColor(); in GetMask()