Home
last modified time | relevance | path

Searched refs:StrokeRect (Results 1 - 25 of 38) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.h72 void StrokeRect(const Rect& rect);
H A Dcanvas_renderer.cpp188 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 Doffscreen_canvas_pattern.h36 void StrokeRect(const Rect& rect);
H A Doffscreen_canvas_pattern.cpp39 void OffscreenCanvasPattern::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::NG::OffscreenCanvasPattern
41 offscreenPaintMethod_->StrokeRect(rect); in StrokeRect()
H A Dcanvas_rendering_context_2d_model_ng.h101 void StrokeRect(const Rect& rect) override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.h98 void StrokeRect(const Rect& rect) override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp425 void OffscreenCanvasRenderingContext2DModelNG::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
428 pattern_->StrokeRect(rect); in StrokeRect()
H A Dcanvas_pattern.h94 void StrokeRect(const Rect& rect);
H A Dcanvas_paint_op.cpp190 method->StrokeRect(rect); in Draw()
H A Drendering_context_2d_model.h104 virtual void StrokeRect(const Rect& rect) = 0;
H A Dcanvas_rendering_context_2d_model_ng.cpp566 void CanvasRenderingContext2DModelNG::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
570 pattern->StrokeRect(rect); in StrokeRect()
H A Dcustom_paint_paint_method.h72 void StrokeRect(const Rect& rect);
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_testtwo_ng.cpp229 * @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 Dcanvas_rendering_context_2d_model_impl.cpp423 void CanvasRenderingContext2DModelImpl::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
426 pattern_->StrokeRect(rect); in StrokeRect()
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp423 void OffscreenCanvasRenderingContext2DModelImpl::StrokeRect(const Rect& rect) in StrokeRect() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
426 pattern_->StrokeRect(rect); in StrokeRect()
H A Doffscreen_canvas_rendering_context_2d_model_impl.h97 void StrokeRect(const Rect& rect) override;
H A Dcanvas_rendering_context_2d_model_impl.h97 void StrokeRect(const Rect& rect) override;
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h83 void StrokeRect(const Rect& rect);
H A Dcustom_paint_component.cpp103 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 Drender_custom_paint.h73 virtual void StrokeRect(const Offset& offset, const Rect& rect) = 0;
H A Drosen_render_custom_paint.h64 void StrokeRect(const Offset& offset, const Rect& rect) override;
H A Doffscreen_canvas.h221 virtual void StrokeRect(Rect rect) = 0;
H A Drosen_render_offscreen_canvas.h49 void StrokeRect(Rect rect) override;
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h208 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 Dcanvas_component.h232 static jerry_value_t StrokeRect(const jerry_value_t func,

Completed in 18 milliseconds

12