Searched refs:GetStrokeColor (Results 1 - 10 of 10) sorted by relevance
/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()
|
/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()
|
/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 208 const Color& GetStrokeColor() const in GetStrokeColor() function in OHOS::Ace::final 404 const Color& GetStrokeColor() const in GetStrokeColor() function in OHOS::Ace::final
|
H A D | rosen_render_chart.cpp | 231 paint.setColor(point.GetStrokeColor().GetValue()); in SetEdgeStyle() 237 pen.SetColor(point.GetStrokeColor().GetValue()); in SetEdgeStyle()
|
/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()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | paint.h | 267 * @see GetStrokeColor 281 ColorType GetStrokeColor() const in GetStrokeColor() function in OHOS::Paint
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 119 uint32_t GetStrokeColor() const in GetStrokeColor() function in OHOS::Ace::BasicShape
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 197 EXPECT_EQ(paint_->GetStrokeColor().full, color.full); in HWTEST_F() 2186 EXPECT_EQ(paint1->GetStrokeColor().full, color.full); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 4594 rsStrokeColor.SetColorQuad(basicShape->GetStrokeColor());
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5278 options->strokeColor = basicShape->GetStrokeColor(); in GetMask()
|
Completed in 35 milliseconds