Home
last modified time | relevance | path

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

12

/ohos5.0/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()
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()
984 paint.SetStrokeColor(Color::Red()); in UIKitCanvasTestDrawPath033()
1014 paint.SetStrokeColor(Color::Red()); in UIKitCanvasTestDrawPath034()
[all …]
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
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 Doffscreen_canvas_pattern.h88 void SetStrokeColor(const Color& color);
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp112 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeColor(const Color& color, bool colorFlag) in SetStrokeColor() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
115 pattern_->SetStrokeColor(color); in SetStrokeColor()
H A Doffscreen_canvas_rendering_context_2d_model_ng.h46 void SetStrokeColor(const Color& color, bool colorFlag) override;
H A Dcanvas_rendering_context_2d_model_ng.h49 void SetStrokeColor(const Color& color, bool colorFlag) override;
H A Drendering_context_2d_model.h50 virtual void SetStrokeColor(const Color& color, bool colorFlag) = 0;
H A Dcanvas_paint_op.cpp123 method->SetStrokeColor(color); in Draw()
H A Dcustom_paint_paint_method.h147 void SetStrokeColor(const Color& color) in SetStrokeColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h213 void SetStrokeColor(const Color& color) in SetStrokeColor() function
409 void SetStrokeColor(const Color& color) in SetStrokeColor() function
/ohos5.0/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 Doffscreen_canvas.h45 void SetStrokeColor(const Color& color) in SetStrokeColor() function
H A Drender_custom_paint.h135 void SetStrokeColor(const Color& color) in SetStrokeColor() function
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp116 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeColor(const Color& color, bool colorFlag) in SetStrokeColor() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
119 pattern_->SetStrokeColor(color); in SetStrokeColor()
H A Dcanvas_rendering_context_2d_model_impl.h47 void SetStrokeColor(const Color& color, bool colorFlag) override;
H A Doffscreen_canvas_rendering_context_2d_model_impl.h47 void SetStrokeColor(const Color& color, bool colorFlag) override;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp140 paint.SetStrokeColor(Color::Red()); in UIKitViewScaleRotateTestCanvas003()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h271 void SetStrokeColor(ColorType color);
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h114 void SetStrokeColor(uint32_t strokeColor) in SetStrokeColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp82 renderingContext2DModel_->SetStrokeColor(color, true); in SetStrokeStyle()

12