Home
last modified time | relevance | path

Searched defs:ry (Results 1 - 25 of 34) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp46 double ry = 0.0; in AsPath() local
[all...]
H A Dsvg_rect.cpp43 double ry = 0.0; in AsPath() local
[all...]
H A Dsvg_attributes_parser.h173 Dimension ry = -1.0_px; member
201 Dimension ry = -1.0_px; member
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_ellipse.cpp133 double ry = 0.0; in GetPath() local
H A Drosen_render_svg_rect.cpp133 double ry = 0.0; in GetPath() local
H A Dsvg_ellipse_component.cpp82 void SvgEllipseComponent::SetRy(const Dimension& ry) in SetRy() argument
H A Dsvg_rect_component.cpp97 void SvgRectComponent::SetRy(const Dimension& ry) in SetRy() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_ellipse_declaration.h27 Dimension ry = -1.0_px; member
76 void SetRy(const Dimension& ry) in SetRy() argument
H A Dsvg_rect_declaration.h27 Dimension ry = -1.0_px; member
98 void SetRy(const Dimension& ry) in SetRy() argument
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_arc.cpp87 void GeometryArc::Init(float centerX, float centerY, float rx, float ry, in Init() argument
20 GeometryArc(float centerX, float centerY, float rx, float ry, float start, float end, bool isClockwise) GeometryArc() argument
H A Dgeometry_bezier_arc.cpp34 void ArcToBezier(float cx, float cy, float rx, float ry, in ArcToBezier() argument
65 Init(float centerX, float centerY, float rx, float ry, float startAngle, float sweepAngle) Init() argument
120 Init(float x0, float y0, float rx, float ry, float angle, bool largeArcFlag, bool sweepFlag, float x2, float y2) Init() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmatrix_test.cpp401 float ry = 1; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp89 double ry = 0.0; in AsPath() local
H A Dsvg_rect.cpp88 double ry = 0.0; in AsPath() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dadd_arc.cpp78 float ry = sinf(rad) * R; in OnTestFunction() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_paint_test_ng.cpp86 double ry = 50.0f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmatrix2d.cpp78 void Matrix2D::Rotate(TransformParam& param, double degree, double rx, double ry) in Rotate() argument
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.h65 BezierArc(float centerX, float centerY, float rx, float ry, float startAngle, float sweepAngle) BezierArc() argument
179 BezierArcSvg(float x1, float y1, float rx, float ry, float angle, bool largeArcFlag, bool sweepFlag, float x2, float y2) BezierArcSvg() argument
[all...]
H A Dgeometry_path_storage.h304 void ArcTo(float rx, float ry, in ArcTo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_matrix2d.cpp241 double ry = 0; in JsRotate() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dmatrix.cpp227 void Matrix::RotXY(const Matrix &m, const float rx, const float ry, Point &pt) in RotXY() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_rect.h289 RRectT(RectT<T> rect, float rx, float ry) in RRectT() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h80 virtual void ArcTo(float rx, float ry, float angle, TestingPathDirection direction, float endX, float endY) {} in ArcTo() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp68 void Path::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) in ArcTo() argument
113 void Path::RArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar dx, scalar dy) in RArcTo() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp79 void SkiaPath::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) in ArcTo() argument
123 void SkiaPath::RArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar dx, scalar dy) in RArcTo() argument

Completed in 15 milliseconds

12