/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.h | 83 void BezierCurveTo(const BezierCurveParam& param);
|
H A D | canvas_renderer.cpp | 270 void NativeCanvasRenderer::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.h | 52 void BezierCurveTo(const BezierCurveParam& param);
|
H A D | canvas_paint_op.h | 26 struct BezierCurveParam; 76 explicit BezierCurveToOp(const BezierCurveParam& param): param(std::move(param)) {} in BezierCurveToOp() 77 BezierCurveParam param;
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.h | 72 void BezierCurveTo(const BezierCurveParam& param) override;
|
H A D | canvas_rendering_context_2d_model_ng.h | 75 void BezierCurveTo(const BezierCurveParam& param) override;
|
H A D | canvas_pattern.h | 110 void BezierCurveTo(const BezierCurveParam& param);
|
H A D | rendering_context_2d_model.h | 76 virtual void BezierCurveTo(const BezierCurveParam& param) = 0;
|
H A D | offscreen_canvas_pattern.cpp | 119 void OffscreenCanvasPattern::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
H A D | custom_paint_paint_method.h | 88 void BezierCurveTo(const BezierCurveParam& param);
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 262 void OffscreenCanvasRenderingContext2DModelNG::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 380 void CanvasRenderingContext2DModelNG::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
H A D | canvas_pattern.cpp | 395 void CanvasPattern::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.h | 69 void BezierCurveTo(const BezierCurveParam& param) override;
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.h | 69 void BezierCurveTo(const BezierCurveParam& param) override;
|
H A D | canvas_rendering_context_2d_model_impl.cpp | 250 void CanvasRenderingContext2DModelImpl::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 251 void OffscreenCanvasRenderingContext2DModelImpl::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.h | 92 void BezierCurveTo(const BezierCurveParam& param);
|
H A D | offscreen_canvas.h | 245 virtual void BezierCurveTo(const BezierCurveParam& param) = 0;
|
H A D | render_custom_paint.h | 86 virtual void BezierCurveTo(const Offset& offset, const BezierCurveParam& param) = 0;
|
H A D | rosen_render_offscreen_canvas.h | 75 void BezierCurveTo(const BezierCurveParam& param) override;
|
H A D | rosen_render_custom_paint.h | 75 void BezierCurveTo(const Offset& offset, const BezierCurveParam& param) override;
|
H A D | custom_paint_component.cpp | 170 void CanvasTaskPool::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | paint_state.h | 27 struct BezierCurveParam { struct
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.cpp | 63 BezierCurveParam GetBezierCurveParam(double cp1x, double cp1y, double cp2x, double cp2y, double x, … in GetBezierCurveParam() 65 BezierCurveParam param; in GetBezierCurveParam()
|