/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_ellipse_declaration.h | 27 Dimension ry = -1.0_px; member 76 void SetRy(const Dimension& ry) in SetRy()
|
H A D | svg_rect_declaration.h | 27 Dimension ry = -1.0_px; member 98 void SetRy(const Dimension& ry) in SetRy()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_arc.cpp | 21 float rx, float ry, in GeometryArc() 87 void GeometryArc::Init(float centerX, float centerY, float rx, float ry, in Init()
|
H A D | geometry_bezier_arc.cpp | 34 void ArcToBezier(float cx, float cy, float rx, float ry, in ArcToBezier() 66 float rx, float ry, in Init() 121 float rx, float ry, in Init()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_bezier_arc.h | 66 float rx, float ry, in BezierArc() 181 float rx, float ry, in BezierArcSvg()
|
H A D | geometry_path_storage.h | 304 void ArcTo(float rx, float ry, in ArcTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_ellipse_component.cpp | 82 void SvgEllipseComponent::SetRy(const Dimension& ry) in SetRy()
|
H A D | svg_rect_component.cpp | 97 void SvgRectComponent::SetRy(const Dimension& ry) in SetRy()
|
H A D | rosen_render_svg_ellipse.cpp | 133 double ry = 0.0; in GetPath() local
|
H A D | rosen_render_svg_rect.cpp | 133 double ry = 0.0; in GetPath() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_ellipse.cpp | 47 double ry = 0.0; in AsPath() local
|
H A D | svg_rect.cpp | 43 double ry = 0.0; in AsPath() local
|
H A D | svg_attributes_parser.h | 124 Dimension ry = -1.0_px; member 152 Dimension ry = -1.0_px; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_ellipse.cpp | 89 double ry = 0.0; in AsPath() local
|
H A D | svg_rect.cpp | 88 double ry = 0.0; in AsPath() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | add_arc.cpp | 78 float ry = sinf(rad) * R; in OnTestFunction() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Matrix.js | 447 setTranslateRotateScale(tx, ty, tz, rx, ry, rz, sx, sy, sz) { argument 479 setTRS(tx, ty, tz, rx, ry, rz, sx, sy, sz) { argument
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_matrix2d.cpp | 241 double ry = 0; in JsRotate() local
|
/ohos5.0/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 e… in ArcTo() 113 void Path::RArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar dx, scalar dy) in RArcTo()
|
/ohos5.0/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, fl… in ArcTo()
|
/ohos5.0/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, scal… in ArcTo() 123 void SkiaPath::RArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar dx, scala… in RArcTo()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | matrix_test.cpp | 401 float ry = 1; variable
|