/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.h | 72 void StrokeRect(const Rect& rect);
|
H A D | canvas_renderer.cpp | 188 void NativeCanvasRenderer::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::Framework::NativeCanvasRenderer 190 renderingContext2DModel_->StrokeRect(rect); in StrokeRect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.h | 36 void StrokeRect(const Rect& rect);
|
H A D | offscreen_canvas_pattern.cpp | 39 void OffscreenCanvasPattern::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::NG::OffscreenCanvasPattern 41 offscreenPaintMethod_->StrokeRect(rect); in StrokeRect()
|
H A D | canvas_rendering_context_2d_model_ng.h | 101 void StrokeRect(const Rect& rect) override;
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.h | 98 void StrokeRect(const Rect& rect) override;
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 425 void OffscreenCanvasRenderingContext2DModelNG::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG 428 pattern_->StrokeRect(rect); in StrokeRect()
|
H A D | canvas_pattern.h | 94 void StrokeRect(const Rect& rect);
|
H A D | canvas_paint_op.cpp | 190 method->StrokeRect(rect); in Draw()
|
H A D | rendering_context_2d_model.h | 104 virtual void StrokeRect(const Rect& rect) = 0;
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 566 void CanvasRenderingContext2DModelNG::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG 570 pattern->StrokeRect(rect); in StrokeRect()
|
H A D | custom_paint_paint_method.h | 72 void StrokeRect(const Rect& rect);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_testtwo_ng.cpp | 229 * @tc.desc: Test the function 'StrokeRect' of the class 'CustomPaintPaintMethod'. 255 paintMethod->StrokeRect(rect); in HWTEST_F() 263 paintMethod->StrokeRect(rect); in HWTEST_F() 347 * @tc.desc: Test the function 'StrokeRect', 'Stroke', 'Path2DStroke' of the class 'CustomPaintPaintMethod'. 378 paintMethod->StrokeRect(rect); in HWTEST_F() 523 * @tc.desc: Test the function 'StrokeRect', 'Stroke', 'Path2DStroke' of the class 'CustomPaintPaintMethod'. 549 paintMethod->StrokeRect(rect); in HWTEST_F() 559 paintMethod->StrokeRect(rect); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.cpp | 423 void CanvasRenderingContext2DModelImpl::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl 426 pattern_->StrokeRect(rect); in StrokeRect()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 423 void OffscreenCanvasRenderingContext2DModelImpl::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl 426 pattern_->StrokeRect(rect); in StrokeRect()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.h | 97 void StrokeRect(const Rect& rect) override;
|
H A D | canvas_rendering_context_2d_model_impl.h | 97 void StrokeRect(const Rect& rect) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.h | 83 void StrokeRect(const Rect& rect);
|
H A D | custom_paint_component.cpp | 103 void CanvasTaskPool::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::CanvasTaskPool 105 auto task = [rect](RenderCustomPaint& interface, const Offset& offset) { interface.StrokeRect(offset, rect); }; in StrokeRect()
|
H A D | render_custom_paint.h | 73 virtual void StrokeRect(const Offset& offset, const Rect& rect) = 0;
|
H A D | rosen_render_custom_paint.h | 64 void StrokeRect(const Offset& offset, const Rect& rect) override;
|
H A D | offscreen_canvas.h | 221 virtual void StrokeRect(Rect rect) = 0;
|
H A D | rosen_render_offscreen_canvas.h | 49 void StrokeRect(Rect rect) override;
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 208 void StrokeRect(const Point& startPoint, int16_t height, int16_t width, const Paint& paint);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | canvas_component.h | 232 static jerry_value_t StrokeRect(const jerry_value_t func,
|