Searched refs:GetStrokeColor (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.h | 144 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 D | dom_chart.cpp | 228 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 D | chart_component.h | 208 const Color& GetStrokeColor() const in GetStrokeColor() function 404 const Color& GetStrokeColor() const in GetStrokeColor() function
|
H A D | rosen_render_chart.cpp | 231 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 D | ui_canvas.cpp | 1057 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 D | paint.h | 281 ColorType GetStrokeColor() const in GetStrokeColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 119 uint32_t GetStrokeColor() const in GetStrokeColor() function
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 197 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 D | rosen_render_context.cpp | 4650 rsStrokeColor.SetColorQuad(basicShape->GetStrokeColor());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5294 options->strokeColor = basicShape->GetStrokeColor(); in GetMask()
|