Home
last modified time | relevance | path

Searched refs:AddRoundRect (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h63 virtual void AddRoundRect(const TestingRect& rect, float xRadius, float yRadius,
67 …virtual void AddRoundRect(const TestingRoundRect& roundRect, PathDirection dir = PathDirection::CW…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_cpu_overdraw_canvas_listener.cpp76 path.AddRoundRect(roundRect); in DrawRoundRect()
83 path.AddRoundRect(outer); in DrawNestedRoundRect()
84 path.AddRoundRect(inner); in DrawNestedRoundRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp173 void Path::AddRoundRect(const Rect& rect, scalar xRadius, scalar yRadius, PathDirection dir) in AddRoundRect() function in OHOS::Rosen::Drawing::Path
175 …impl_->AddRoundRect(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom(), xRadius, yRa… in AddRoundRect()
178 void Path::AddRoundRect(const RoundRect& rrect, PathDirection dir) in AddRoundRect() function in OHOS::Rosen::Drawing::Path
180 impl_->AddRoundRect(rrect, dir); in AddRoundRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpath_test.cpp568 path->AddRoundRect(rect, 0.5f, 0.5f, PathDirection::CCW_DIRECTION);
583 path->AddRoundRect(rect, 0.5f, 0.5f);
597 path->AddRoundRect(roundRect, PathDirection::CCW_DIRECTION);
611 path->AddRoundRect(roundRect);
626 path->AddRoundRect(roundRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h75 virtual void AddRoundRect(
77 virtual void AddRoundRect(const RoundRect& rrect, PathDirection dir) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.h74 …void AddRoundRect(scalar left, scalar top, scalar right, scalar bottom, scalar xRadius, scalar yRa…
76 void AddRoundRect(const RoundRect& rrect, PathDirection dir) override;
H A Dskia_path.cpp200 void SkiaPath::AddRoundRect( in AddRoundRect() function in OHOS::Rosen::Drawing::SkiaPath
208 void SkiaPath::AddRoundRect(const RoundRect& rrect, PathDirection dir) in AddRoundRect() function in OHOS::Rosen::Drawing::SkiaPath
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h342 virtual void AddRoundRect(
350 …virtual void AddRoundRect(const RoundRect& roundRect, PathDirection dir = PathDirection::CW_DIRECT…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp181 path.AddRoundRect(rect, ptx, pty, static_cast<PathDirection>(direction % DIRECTION_SIZE)); in PathFuzzTest003()
183 path.AddRoundRect(roundRect, static_cast<PathDirection>(direction % DIRECTION_SIZE)); in PathFuzzTest003()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_rect.cpp112 path.AddRoundRect(roundRect); in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_rect.cpp67 path.AddRoundRect(roundRect); in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_scale_ring_track.cpp57 path.AddRoundRect(RSRect(0, 0, trackInfo.scaleStrokeWidth, trackInfo.thickness), in DrawScaleArc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_rect.cpp156 path.AddRoundRect(rrect); in GetPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drosen_render_option.cpp80 path.AddRoundRect(tempRect, radius, radius); in PaintBackground()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_test.cpp66 skiaPath.AddRoundRect(0, 0,
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp48 DECLARE_NAPI_FUNCTION("addRoundRect", JsPath::AddRoundRect),
269 napi_value JsPath::AddRoundRect(napi_env env, napi_callback_info info) in AddRoundRect() function in OHOS::Rosen::Drawing::JsPath
965 JS_CALL_DRAWING_FUNC(m_path->AddRoundRect(jsRoundRect->GetRoundRect())); in OnAddRoundRect()
971 …JS_CALL_DRAWING_FUNC(m_path->AddRoundRect(jsRoundRect->GetRoundRect(), static_cast<PathDirection>(… in OnAddRoundRect()
H A Djs_path.h52 static napi_value AddRoundRect(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp268 path.AddRoundRect(RSRect(0, 0, width_, height_), radiusX, radiusY); in PaintTVFocus()
370 path.AddRoundRect(RSRect(0, 0, width_, height_), radiusX, radiusY); in PaintPhoneFocus()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_test.cpp354 path.AddRoundRect(rect, 30.0f, 30.0f); in TestAddRoundRect()
366 path2.AddRoundRect(rect2, 30.0f, 30.0f); in TestAddRoundRect()
387 path2.AddRoundRect(rect2, 30.0f, 30.0f); in TestAddPath()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp233 path.AddRoundRect(RRect2DrawingRRect(*rrect)); in GetShadowDirtyRect()
235 path.AddRoundRect(RRect2DrawingRRect(properties.GetRRect())); in GetShadowDirtyRect()
313 path.AddRoundRect(RRect2DrawingRRect(*rrect)); in DrawShadow()
318 path.AddRoundRect(RRect2DrawingRRect(properties.GetRRect())); in DrawShadow()
1342 borderPath.AddRoundRect(RRect2DrawingRRect(rrect)); in DrawBorderBase()
H A Drs_property_drawable_bounds_geometry.cpp196 borderPath_.AddRoundRect(RSPropertiesPainter::RRect2DrawingRRect(rrect)); in OnBoundsChange()
477 path.AddRoundRect(RSPropertiesPainter::RRect2DrawingRRect(properties.GetRRect())); in ClipShadowPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp108 path_.AddRoundRect(roundRect); in CreateRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_circle_block.cpp264 path.AddRoundRect(rect, radius, radius); in PaintShadow()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp252 path->AddRoundRect(CastToRoundRect(*roundRect), static_cast<PathDirection>(dir)); in OH_Drawing_PathAddRoundRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp745 path.AddRoundRect({ leftTopX, leftTopY, rightBottomX, rightBottomY }, radius, radius); in PaintLinear()
769 path.AddRoundRect( in PaintLinear()
1370 path.AddRoundRect( in PaintScaleRing()
1744 path.AddRoundRect({ in PaintScaleRingForApiNine()

12