Home
last modified time | relevance | path

Searched refs:cy (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_ellipse_declaration.h25 Dimension cy; member
52 void SetCy(const Dimension& cy) in SetCy() argument
55 attribute.cy = cy; in SetCy()
61 return attribute.cy; in GetCy()
H A Dsvg_circle_declaration.h25 Dimension cy; member
51 void SetCy(const Dimension& cy) in SetCy() argument
54 attribute.cy = cy; in SetCy()
60 return attribute.cy; in GetCy()
H A Dsvg_gradient_declaration.h86 void SetCy(const Dimension& cy) in SetCy() argument
89 attribute.gradient.GetRadialGradient().radialCenterY = cy; in SetCy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_circle.cpp35 ConvertDimensionToPx(circleAttr_.cy, viewPort, SvgLengthType::VERTICAL), in AsPath()
44 ConvertDimensionToPx(circleAttr_.cy, viewPort, SvgLengthType::VERTICAL), in AsPath()
56 AnimateOnAttribute(animate, circleAttr_.cy); in PrepareAnimation()
73 attr.cy = SvgAttributesParser::ParseDimension(val); in ParseAndSetSpecializedAttr()
H A Dsvg_ellipse.cpp56 ConvertDimensionToPx(ellipseAttr_.cy, viewPort, SvgLengthType::VERTICAL) - ry, rx + rx, ry + ry); in AsPath()
60 RSScalar top = ConvertDimensionToPx(ellipseAttr_.cy, viewPort, SvgLengthType::VERTICAL) - ry; in AsPath()
76 attr.cy = SvgAttributesParser::ParseDimension(val); in AsPath()
H A Dsvg_graphic.cpp130 gradientInfo.cy = ConvertDimensionToPx(radialGradient.radialCenterY ? in SetRadialGradient()
141 gradientInfo.fy = gradientInfo.cy; in SetRadialGradient()
223 auto center = RSPoint(static_cast<RSScalar>(info.cx), static_cast<RSScalar>(info.cy)); in SetGradientFillStyle()
316 auto center = RSPoint(static_cast<RSScalar>(info.cx), static_cast<RSScalar>(info.cy)); in SetStrokeGradientStyle()
H A Dsvg_attributes_parser.h189 Dimension cy; member
199 Dimension cy; member
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_circle_component.cpp62 void SvgCircleComponent::SetCy(const Dimension& cy) in SetCy() argument
64 declaration_->SetCy(cy); in SetCy()
H A Dsvg_ellipse_component.cpp62 void SvgEllipseComponent::SetCy(const Dimension& cy) in SetCy() argument
64 declaration_->SetCy(cy); in SetCy()
H A Dsvg_ellipse_component.h36 void SetCy(const Dimension& cy);
H A Dsvg_circle_component.h36 void SetCy(const Dimension& cy);
H A Drender_svg_base.cpp902 gradientInfo.cy = in UpdateGradient()
912 gradientInfo.fy = gradientInfo.cy; in UpdateGradient()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.cpp34 void ArcToBezier(float cx, float cy, float rx, float ry, in ArcToBezier() argument
61 curve[i * BEZIER_ARC_SETUP + 1] = cy + ry * (px[i] * sinVal + py[i] * cosVal); in ArcToBezier()
168 float cy = sy2 + (sinA * cx1 + cosA * cy1); in Init() local
208 mtx *= TransAffine::TransAffineTranslation(cx, cy); in Init()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dquaternion_util.h38 const float cy = Math::cos(yaw * 0.5f); in FromEulerRad() local
45 return Quat(cy * cp * sr - sy * sp * cr, sy * cp * sr + cy * sp * cr, sy * cp * cr - cy * sp * sr, in FromEulerRad()
46 cy * cp * cr + sy * sp * sr); in FromEulerRad()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.h40 void ArcToBezier(float cx, float cy, float rx, float ry,
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h94 float cy = 0.0f; member
99 return (NearEqual(r, other.r) && NearEqual(cx, other.cx) && NearEqual(cy, other.cy) && in operator ==()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp262 int32_t cy = static_cast<int32_t>(((int64_t)y1 + (int64_t)y2) >> 1); in LineOperate() local
263 LineOperate(x1, y1, cx, cy); in LineOperate()
264 LineOperate(cx, cy, x2, y2); in LineOperate()
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp82 "cy=\"200px\" r = \"50px\" fill=\"red\" opacity=\"0.5\" stroke=\"blue\" stroke-width=\"16px\" "
86 "cx=\"30\" cy=\"30\" r=\"20\"/><circle cx=\"70\" cy=\"70\" r=\"30\"/></clipPath></defs><rect x=\"10\" y=\"10\" "
116 "2px;}</style><circle cx =\"5\" cy=\"5\" r=\"4\" /></svg>";
120 "style=\"stop-color:rgb(255,0,0);stop-opacity:1\" /></linearGradient></defs><ellipse cx=\"200\" cy=\"70\" "
153 "cy=\"50\" r=\"50\" fill=\"url(#star)\" /><circle cx=\"180\" cy=\"50\" r=\"40\" fill=\"none\" stroke-width=\"20\" "
195 "style=\"stop-color:rgb(255,0,0);stop-opacity:1\" /></linearGradient></defs><ellipse cx=\"200\" cy=\"70\" "
198 "<svg height=\"150\" width=\"500\"><defs><radialGradient id=\"grad1\" cx=\"50%\" cy=\"50%\" r=\"50%\" fx=\"50%\" "
200 "style=\"stop-color:rgb(0,0,255);stop-opacity:1\" /></radialGradient></defs><ellipse cx=\"200\" cy
[all...]
H A Dparse_test_ng.cpp82 "cy=\"200px\" r = \"50px\" fill=\"red\" opacity=\"0.5\" stroke=\"blue\" stroke-width=\"16px\" "
89 "cx=\"30\" cy=\"30\" r=\"20\"/><circle cx=\"70\" cy=\"70\" r=\"30\"/></clipPath></defs><rect x=\"10\" y=\"10\" "
127 "2px;}</style><circle cx =\"5\" cy=\"5\" r=\"4\" /></svg>";
131 "style=\"stop-color:rgb(255,0,0);stop-opacity:1\" /></linearGradient></defs><ellipse cx=\"200\" cy=\"70\" "
166 "cy=\"50\" r=\"50\" fill=\"url(#star)\" /><circle cx=\"180\" cy=\"50\" r=\"40\" fill=\"none\" stroke-width=\"20\" "
218 "style=\"stop-color:rgb(255,0,0);stop-opacity:1\" /></linearGradient></defs><ellipse cx=\"200\" cy=\"70\" "
221 "<svg height=\"150\" width=\"500\"><defs><radialGradient id=\"grad1\" cx=\"50%\" cy=\"50%\" r=\"50%\" fx=\"50%\" "
223 "style=\"stop-color:rgb(0,0,255);stop-opacity:1\" /></radialGradient></defs><ellipse cx=\"200\" cy
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp84 sk_sp<SkShader> BlendSkShader(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int colorCount, in BlendSkShader() argument
88 std::shared_ptr<RSShaderEffect> BlendShader(RSScalar cx, RSScalar cy, const std::vector<RSColorQuad> colors, in BlendSkShader()
127 SkGradientShader::MakeSweep(cx, cy, colors, pos, 2, SkTileMode::kDecal, 0.0, drawAngle, 0, nullptr); in BlendSkShader()
129 cx, cy, scanColors, scanPos, 3, SkTileMode::kDecal, scanStartDegree, scanEndDegree, 0, nullptr); in BlendSkShader()
137 RSShaderEffect::CreateSweepGradient(RSPoint(cx, cy), colors, pos, RSTileMode::DECAL, 0.0, drawAngle, nullptr); in BlendSkShader()
139 RSPoint(cx, cy), scanColors, scanPos, RSTileMode::DECAL, scanStartDegree, scanEndDegree, nullptr); in BlendSkShader()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp158 auto center = SkPoint::Make(info.cx, info.cy); in SetGradientStyle()
196 auto center = RSPoint(info.cx, info.cy); in SetGradientStyle()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h250 double cy = 0.0; member

Completed in 18 milliseconds