Home
last modified time | relevance | path

Searched refs:SetStrokeStyle (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.h80 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 Drosen_svg_painter.cpp281 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 Drosen_render_svg_line.cpp57 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in Paint()
90 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
H A Drosen_render_svg_circle.cpp66 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, renderInfo); in Paint()
100 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
H A Drosen_render_svg_ellipse.cpp60 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, renderInfo); in Paint()
91 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
H A Drosen_render_svg_rect.cpp59 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, renderInfo); in Paint()
91 RosenSvgPainter::SetStrokeStyle(canvas, path, strokeState_, opacity_); in PaintDirectly()
H A Drosen_render_svg_path.cpp61 RosenSvgPainter::SetStrokeStyle(canvas, out, strokeState_, renderInfo); in Paint()
95 RosenSvgPainter::SetStrokeStyle(canvas, out, strokeState_, opacity_); in PaintDirectly()
H A Drosen_render_svg_polygon.cpp64 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 Dcanvas_renderer.h52 void SetStrokeStyle(const Color& color);
53 void SetStrokeStyle(const sptr<NativeCanvasGradient>& nativeCanvasGradient);
H A Dcanvas_renderer.cpp80 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 Dpaint.h188 void SetStrokeStyle(ColorType color);
206 void SetStrokeStyle(PaintStyle style) in SetStrokeStyle() function
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp1457 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 Drosen_render_shape.cpp289 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 Dpaint.cpp111 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 Dcj_canvas_ffi.cpp207 context->SetStrokeStyle(Color(color)); in FfiOHOSAceFrameworkRenderingContextSetStrokeStyle()
223 context->SetStrokeStyle(nativeCanvasGradient); in FfiOHOSAceFrameworkRenderingContextSetStrokeStyleByGradient()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp2185 paint1->SetStrokeStyle(color);
2191 paint1->SetStrokeStyle(Paint::PaintStyle::GRADIENT);