/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.h | 80 static void SetStrokeStyle( 82 … static void SetStrokeStyle(SkCanvas* canvas, const SkPath& skPath, const StrokeState& strokeState, 84 static void SetStrokeStyle( 97 static void SetStrokeStyle(RSPen& pen, const StrokeState& strokeState, 99 static void SetStrokeStyle(RSCanvas* canvas, const RSPath& path, 101 static void SetStrokeStyle(RSCanvas* canvas, const RSPath& path,
|
H A D | rosen_svg_painter.cpp | 281 void RosenSvgPainter::SetStrokeStyle(RSPen& pen, in SetStrokeStyle() function in OHOS::Ace::RosenSvgPainter 308 void RosenSvgPainter::SetStrokeStyle( in SetStrokeStyle() function in OHOS::Ace::RosenSvgPainter 316 SetStrokeStyle(paint, strokeState, opacity, antiAlias); in SetStrokeStyle() 321 void RosenSvgPainter::SetStrokeStyle(RSCanvas* canvas, in SetStrokeStyle() function in OHOS::Ace::RosenSvgPainter 329 SetStrokeStyle(pen, strokeState, opacity, antiAlias); in SetStrokeStyle() 338 void RosenSvgPainter::SetStrokeStyle( in SetStrokeStyle() function in OHOS::Ace::RosenSvgPainter 348 SetStrokeStyle(paint, strokeState, renderInfo.opacity, renderInfo.antiAlias); in SetStrokeStyle() 360 void RosenSvgPainter::SetStrokeStyle(RSCanvas* canvas, in SetStrokeStyle() function in OHOS::Ace::RosenSvgPainter 370 SetStrokeStyle(pen, strokeState, renderInfo.opacity, renderInfo.antiAlias); in SetStrokeStyle() 573 RosenSvgPainter::SetStrokeStyle(strokePen, svgTextInfo.strokeState, svgTextInfo.opacity); in UpdateText() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_line.cpp | 57 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in Paint() 90 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
|
H A D | rosen_render_svg_circle.cpp | 66 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, renderInfo); in Paint() 100 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
|
H A D | rosen_render_svg_ellipse.cpp | 60 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, renderInfo); in Paint() 91 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
|
H A D | rosen_render_svg_rect.cpp | 59 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, renderInfo); in Paint() 91 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
|
H A D | rosen_render_svg_path.cpp | 61 RosenSvgPainter::SetStrokeStyle(canvas, out, strokeState_, renderInfo); in Paint() 95 RosenSvgPainter::SetStrokeStyle(canvas, out, strokeState_, opacity_); in PaintDirectly()
|
H A D | rosen_render_svg_polygon.cpp | 64 RosenSvgPainter::SetStrokeStyle(canvas, out, strokeState_, renderInfo); in Paint() 101 RosenSvgPainter::SetStrokeStyle(canvas, out, strokeState_, opacity_); in PaintDirectly()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.h | 52 void SetStrokeStyle(const Color& color); 53 void SetStrokeStyle(const sptr<NativeCanvasGradient>& nativeCanvasGradient);
|
H A D | canvas_renderer.cpp | 80 void NativeCanvasRenderer::SetStrokeStyle(const Color& color) in SetStrokeStyle() function in OHOS::Ace::Framework::NativeCanvasRenderer 85 void NativeCanvasRenderer::SetStrokeStyle(const sptr<NativeCanvasGradient>& nativeCanvasGradient) in SetStrokeStyle() function in OHOS::Ace::Framework::NativeCanvasRenderer
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | paint.h | 188 void SetStrokeStyle(ColorType color); 206 void SetStrokeStyle(PaintStyle style) in SetStrokeStyle() function
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 1457 paint.SetStrokeStyle(Color::Orange()); in RM008UIKitCanvasShadowTest008() 1472 paint.SetStrokeStyle(Color::Orange()); in RM008UIKitCanvasShadowTest008() 1521 paint.SetStrokeStyle(Color::Red()); in RM011CanvasScale001() 1530 paint.SetStrokeStyle(Color::Green()); in RM011CanvasScale001() 1540 paint.SetStrokeStyle(Color::Blue()); in RM011CanvasScale001() 1571 paint.SetStrokeStyle(Color::Red()); in RM011CanvasRotate001() 1574 paint.SetStrokeStyle(Color::Green()); in RM011CanvasRotate001() 1578 paint.SetStrokeStyle(Color::Blue()); in RM011CanvasRotate001() 1581 paint.SetStrokeStyle(Color::Yellow()); in RM011CanvasRotate001() 1584 paint.SetStrokeStyle(Color::Orange()); in RM011CanvasRotate001()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.cpp | 289 RosenSvgPainter::SetStrokeStyle(strokePaint, strokeState_, UINT8_MAX, antiAlias_.second); in DrawStroke() 308 RosenSvgPainter::SetStrokeStyle(strokePen, strokeState_, UINT8_MAX, antiAlias_.second); in DrawStroke()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/ |
H A D | paint.cpp | 111 void Paint::SetStrokeStyle(ColorType color) in SetStrokeStyle() function in OHOS::Paint
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.cpp | 207 context->SetStrokeStyle(Color(color)); in FfiOHOSAceFrameworkRenderingContextSetStrokeStyle() 223 context->SetStrokeStyle(nativeCanvasGradient); in FfiOHOSAceFrameworkRenderingContextSetStrokeStyleByGradient()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 2185 paint1->SetStrokeStyle(color); 2191 paint1->SetStrokeStyle(Paint::PaintStyle::GRADIENT);
|