/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_ellipse.cpp | 38 double rx = 0.0; in AsPath() local [all...] |
H A D | svg_rect.cpp | 35 double rx = 0.0; in AsPath() local [all...] |
H A D | svg_attributes_parser.h | 172 Dimension rx = -1.0_px; member 200 Dimension rx = -1.0_px; member
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_ellipse.cpp | 125 double rx = 0.0; in GetPath() local
|
H A D | rosen_render_svg_rect.cpp | 125 double rx = 0.0; in GetPath() local
|
H A D | svg_ellipse_component.cpp | 72 void SvgEllipseComponent::SetRx(const Dimension& rx) in SetRx() argument
|
H A D | svg_rect_component.cpp | 92 void SvgRectComponent::SetRx(const Dimension& rx) in SetRx() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_ellipse_declaration.h | 26 Dimension rx = -1.0_px; member 64 void SetRx(const Dimension& rx) in SetRx() argument
|
H A D | svg_rect_declaration.h | 26 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 D | geometry_arc.cpp | 87 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 D | geometry_bezier_arc.cpp | 34 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 D | matrix_test.cpp | 400 float rx = 1; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_ellipse.cpp | 81 double rx = 0.0; in AsPath() local
|
H A D | svg_rect.cpp | 80 double rx = 0.0; in AsPath() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | add_arc.cpp | 77 float rx = cosf(rad) * R; in OnTestFunction() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_paint_test_ng.cpp | 85 double rx = 50.0f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | matrix2d.cpp | 78 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 D | geometry_bezier_arc.h | 65 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 D | geometry_path_storage.h | 304 void ArcTo(float rx, float ry, in ArcTo() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_matrix2d.cpp | 240 double rx = 0; in JsRotate() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | matrix.cpp | 227 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 D | rs_rect.h | 289 RRectT(RectT<T> rect, float rx, float ry) in RRectT() argument
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_path.h | 80 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 D | path.cpp | 68 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 D | skia_path.cpp | 79 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
|