/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 194 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 D | ui_test_draw_line.cpp | 385 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 D | paint.cpp | 114 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 D | offscreen_canvas_pattern.cpp | 368 void OffscreenCanvasPattern::SetStrokeColor(const Color& color) in SetStrokeColor() function in OHOS::Ace::NG::OffscreenCanvasPattern 370 offscreenPaintMethod_->SetStrokeColor(color); in SetStrokeColor()
|
H A D | offscreen_canvas_pattern.h | 88 void SetStrokeColor(const Color& color);
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 112 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeColor(const Color& color, bool colorFlag) in SetStrokeColor() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG 115 pattern_->SetStrokeColor(color); in SetStrokeColor()
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.h | 46 void SetStrokeColor(const Color& color, bool colorFlag) override;
|
H A D | canvas_rendering_context_2d_model_ng.h | 49 void SetStrokeColor(const Color& color, bool colorFlag) override;
|
H A D | rendering_context_2d_model.h | 50 virtual void SetStrokeColor(const Color& color, bool colorFlag) = 0;
|
H A D | canvas_paint_op.cpp | 123 method->SetStrokeColor(color); in Draw()
|
H A D | custom_paint_paint_method.h | 147 void SetStrokeColor(const Color& color) in SetStrokeColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 213 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 D | custom_paint_component.cpp | 410 interface.SetStrokeColor(color); in UpdateStrokeColor() 431 interface.SetStrokeColor(Color()); in UpdateStrokeGradient() 452 interface.SetStrokeColor(Color()); in UpdateStrokePattern()
|
H A D | offscreen_canvas.h | 45 void SetStrokeColor(const Color& color) in SetStrokeColor() function
|
H A D | render_custom_paint.h | 135 void SetStrokeColor(const Color& color) in SetStrokeColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_chart.cpp | 226 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 D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 116 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeColor(const Color& color, bool colorFlag) in SetStrokeColor() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl 119 pattern_->SetStrokeColor(color); in SetStrokeColor()
|
H A D | canvas_rendering_context_2d_model_impl.h | 47 void SetStrokeColor(const Color& color, bool colorFlag) override;
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.h | 47 void SetStrokeColor(const Color& color, bool colorFlag) override;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/ |
H A D | ui_test_view_scale_rotate.cpp | 140 paint.SetStrokeColor(Color::Red()); in UIKitViewScaleRotateTestCanvas003()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | paint.h | 271 void SetStrokeColor(ColorType color);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_chart_bridge.cpp | 107 … 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 D | ui_test_border_margin_padding.cpp | 450 paint.SetStrokeColor(Color::Yellow()); in UIKitUITestBorderMarginPaddingTest006() 461 paint.SetStrokeColor(Color::Blue()); in UIKitUITestBorderMarginPaddingTest006()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 114 void SetStrokeColor(uint32_t strokeColor) in SetStrokeColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 82 renderingContext2DModel_->SetStrokeColor(color, true); in SetStrokeStyle()
|