Home
last modified time | relevance | path

Searched defs:AddRect (Results 1 – 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dpath.cpp133 void Path::AddRect(const Rect& rect, PathDirection dir) in AddRect() function in OHOS::Rosen::Drawing::Path
138 void Path::AddRect(const Rect& rect, unsigned start, PathDirection dir) in AddRect() function in OHOS::Rosen::Drawing::Path
143 void Path::AddRect(scalar left, scalar top, scalar right, scalar bottom, PathDirection dir) in AddRect() function in OHOS::Rosen::Drawing::Path
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_path.cpp149 void SkiaPath::AddRect(scalar left, scalar top, scalar right, scalar bottom, PathDirection dir) in AddRect() function in OHOS::Rosen::Drawing::SkiaPath
156 void SkiaPath::AddRect(const Rect& rect, unsigned start, PathDirection dir) in AddRect() function in OHOS::Rosen::Drawing::SkiaPath
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
Dcanvas_rendering_context_2d_model_impl.cpp325 void CanvasRenderingContext2DModelImpl::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
Doffscreen_canvas_rendering_context_2d_model_impl.cpp326 void OffscreenCanvasRenderingContext2DModelImpl::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
Doffscreen_canvas_rendering_context_2d_model_ng.cpp339 void OffscreenCanvasRenderingContext2DModelNG::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
Doffscreen_canvas_pattern.cpp109 void OffscreenCanvasPattern::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::OffscreenCanvasPattern
Dcanvas_rendering_context_2d_model_ng.cpp466 void CanvasRenderingContext2DModelNG::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
Dcanvas_pattern.cpp376 void CanvasPattern::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::CanvasPattern
Dcustom_paint_paint_method.cpp903 void CustomPaintPaintMethod::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::CustomPaintPaintMethod
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
Djs_path.cpp263 napi_value JsPath::AddRect(napi_env env, napi_callback_info info) in AddRect() function in OHOS::Rosen::Drawing::JsPath
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Dcustom_paint_component.cpp189 void CanvasTaskPool::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::CanvasTaskPool
Drosen_render_custom_paint.cpp1278 void RosenRenderCustomPaint::AddRect(const Offset& offset, const Rect& rect) in AddRect() function in OHOS::Ace::RosenRenderCustomPaint
Drosen_render_offscreen_canvas.cpp164 void RosenRenderOffscreenCanvas::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::RosenRenderOffscreenCanvas
/foundation/arkui/ui_lite/frameworks/components/
Dui_canvas.cpp191 void UICanvas::AddRect(const Point& point, int16_t height, int16_t width) in AddRect() function in OHOS::UICanvas