Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp109 void OffscreenCanvasPattern::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::OffscreenCanvasPattern
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp339 void OffscreenCanvasRenderingContext2DModelNG::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Dcanvas_rendering_context_2d_model_ng.cpp466 void CanvasRenderingContext2DModelNG::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
H A Dcanvas_pattern.cpp371 void CanvasPattern::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::CanvasPattern
H A Dcustom_paint_paint_method.cpp903 void CustomPaintPaintMethod::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::NG::CustomPaintPaintMethod
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp325 void CanvasRenderingContext2DModelImpl::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp326 void OffscreenCanvasRenderingContext2DModelImpl::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp263 napi_value JsPath::AddRect(napi_env env, napi_callback_info info) in AddRect() function in OHOS::Rosen::Drawing::JsPath
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.cpp189 void CanvasTaskPool::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::CanvasTaskPool
H A Drosen_render_custom_paint.cpp1278 void RosenRenderCustomPaint::AddRect(const Offset& offset, const Rect& rect) in AddRect() function in OHOS::Ace::RosenRenderCustomPaint
H A Drosen_render_offscreen_canvas.cpp164 void RosenRenderOffscreenCanvas::AddRect(const Rect& rect) in AddRect() function in OHOS::Ace::RosenRenderOffscreenCanvas
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp191 void UICanvas::AddRect(const Point& point, int16_t height, int16_t width) in AddRect() function in OHOS::UICanvas