Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp38 double rx = 0.0; in AsPath() local
[all...]
H A Dsvg_rect.cpp35 double rx = 0.0; in AsPath() local
[all...]
H A Dsvg_attributes_parser.h172 Dimension rx = -1.0_px; member
200 Dimension rx = -1.0_px; member
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_ellipse.cpp125 double rx = 0.0; in GetPath() local
H A Drosen_render_svg_rect.cpp125 double rx = 0.0; in GetPath() local
H A Dsvg_ellipse_component.cpp72 void SvgEllipseComponent::SetRx(const Dimension& rx) in SetRx() argument
H A Dsvg_rect_component.cpp92 void SvgRectComponent::SetRx(const Dimension& rx) in SetRx() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_ellipse_declaration.h26 Dimension rx = -1.0_px; member
64 void SetRx(const Dimension& rx) in SetRx() argument
H A Dsvg_rect_declaration.h26 Dimension rx = -1.0_px; member
90 void SetRx(const Dimension& rx) in SetRx() 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.cpp400 float rx = 1; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp81 double rx = 0.0; in AsPath() local
H A Dsvg_rect.cpp80 double rx = 0.0; in AsPath() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dadd_arc.cpp77 float rx = cosf(rad) * R; in OnTestFunction() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_paint_test_ng.cpp85 double rx = 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.cpp240 double rx = 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