Home
last modified time | relevance | path

Searched refs:SetStrokeColor (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp194 paint.SetStrokeColor(Color::Red()); in UIKitCanvasTestDrawCurve001()
208 paint.SetStrokeColor(Color::Red()); in UIKitCanvasTestDrawCurve002()
239 paint.SetStrokeColor(Color::Blue()); in UIKitCanvasTestDrawRect002()
255 paint.SetStrokeColor(Color::Blue()); in UIKitCanvasTestDrawRect003()
270 paint.SetStrokeColor(Color::Yellow()); in UIKitCanvasTestDrawCircle001()
288 paint.SetStrokeColor(Color::Blue()); in UIKitCanvasTestDrawCircle002()
306 paint.SetStrokeColor(Color::Blue()); in UIKitCanvasTestDrawCircle003()
323 paint.SetStrokeColor(Color::Red()); in UIKitCanvasTestDrawArc001()
822 paint.SetStrokeColor(Color::Blue()); in UIKitCanvasTestDrawPath025()
905 paint.SetStrokeColor(Colo in UIKitCanvasTestDrawPath029()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_draw_line/
H A Dui_test_draw_line.cpp385 paint.SetStrokeColor(Color::Red()); in UIKitDrawLineTestLine012()
388 paint2.SetStrokeColor(Color::Yellow()); in UIKitDrawLineTestLine012()
391 paint3.SetStrokeColor(Color::Green()); in UIKitDrawLineTestLine012()
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h213 void SetStrokeColor(const Color& color) in SetStrokeColor() function in OHOS::Ace::final
409 void SetStrokeColor(const Color& color) in SetStrokeColor() function in OHOS::Ace::final
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp114 SetStrokeColor(color); in SetStrokeStyle()
123 void Paint::SetStrokeColor(ColorType color) in SetStrokeColor() function in OHOS::Paint
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.h88 void SetStrokeColor(const Color& color);
H A Doffscreen_canvas_pattern.cpp368 void OffscreenCanvasPattern::SetStrokeColor(const Color& color) in SetStrokeColor() function in OHOS::Ace::NG::OffscreenCanvasPattern
370 offscreenPaintMethod_->SetStrokeColor(color); in SetStrokeColor()
H A Dcanvas_rendering_context_2d_model_ng.h49 void SetStrokeColor(const Color& color, bool colorFlag) override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.h46 void SetStrokeColor(const Color& color, bool colorFlag) override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp108 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeColor(const Color& color, bool colorFlag) in SetStrokeColor() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
111 pattern_->SetStrokeColor(color); in SetStrokeColor()
H A Dcanvas_paint_op.cpp123 method->SetStrokeColor(color); in Draw()
H A Drendering_context_2d_model.h50 virtual void SetStrokeColor(const Color& color, bool colorFlag) = 0;
H A Dcustom_paint_paint_method.h147 void SetStrokeColor(const Color& color) in SetStrokeColor() function in OHOS::Ace::NG::CustomPaintPaintMethod
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.cpp410 interface.SetStrokeColor(color); in UpdateStrokeColor()
431 interface.SetStrokeColor(Color()); in UpdateStrokeGradient()
452 interface.SetStrokeColor(Color()); in UpdateStrokePattern()
H A Drender_custom_paint.h135 void SetStrokeColor(const Color& color) in SetStrokeColor() function in OHOS::Ace::RenderCustomPaint
H A Doffscreen_canvas.h45 void SetStrokeColor(const Color& color) in SetStrokeColor() function in OHOS::Ace::OffscreenCanvas
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp226 getPointInfo.SetStrokeColor(ParseColor(getPointInfo.GetStrokeColorString())); in SetPoint()
228 pointInfo.SetStrokeColor(getPointInfo.GetStrokeColor()); in SetPoint()
255 pointInfo.SetStrokeColor(ParseColor(pointInfo.GetStrokeColorString())); in SetChart()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp110 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeColor(const Color& color, bool colorFlag) in SetStrokeColor() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
113 pattern_->SetStrokeColor(color); in SetStrokeColor()
H A Doffscreen_canvas_rendering_context_2d_model_impl.h47 void SetStrokeColor(const Color& color, bool colorFlag) override;
H A Dcanvas_rendering_context_2d_model_impl.h47 void SetStrokeColor(const Color& color, bool colorFlag) override;
H A Dcanvas_rendering_context_2d_model_impl.cpp108 void CanvasRenderingContext2DModelImpl::SetStrokeColor(const Color& color, bool colorFlag) in SetStrokeColor() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp140 paint.SetStrokeColor(Color::Red()); in UIKitViewScaleRotateTestCanvas003()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h271 void SetStrokeColor(ColorType color);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_chart_bridge.cpp107 PointInfo& pointInfo) { pointInfo.SetStrokeColor(Color::FromString(valStr)); } }, in GetAttrOptionsSeriesPoint()
424 dataSet.SetStrokeColor(Color::FromString(valStr)); in GetAttrDataset()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp450 paint.SetStrokeColor(Color::Yellow()); in UIKitUITestBorderMarginPaddingTest006()
461 paint.SetStrokeColor(Color::Blue()); in UIKitUITestBorderMarginPaddingTest006()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h114 void SetStrokeColor(uint32_t strokeColor) in SetStrokeColor() function in OHOS::Ace::BasicShape

Completed in 21 milliseconds

12