Home
last modified time | relevance | path

Searched refs:centerY_ (Results 1 - 17 of 17) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_arc.cpp24 : centerX_(centerX), centerY_(centerY), radiusX_(rx), radiusY_(ry), expansionRatio_(1.0) in GeometryArc()
45 *y = centerY_ + Sin(endAngle_ * RADIAN_TO_ANGLE) * radiusY_; in GenerateVertex()
51 *y = centerY_ + Sin(currentAngle_ * RADIAN_TO_ANGLE) * radiusY_; in GenerateVertex()
91 centerY_ = centerY; in Init()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcircle_progress_component.cpp25 centerY_(INT16_MAX), in CircleProgressComponent()
95 if (centerY_ == INT16_MAX) { in SetAngles()
96 centerY_ = static_cast<uint16_t>(progressView_.GetHeight()) >> 1; in SetAngles()
106 progressView_.SetCenterPosition(centerX_, centerY_); in SetAngles()
169 centerY_ = GetStylePixelValue(style); in SetArcProgressStyle()
H A Dcircle_progress_component.h55 int16_t centerY_; member in OHOS::ACELite::final
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_arc.h34 centerY_(0.0f), radiusX_(0.0f), radiusY_(0.0f), in GeometryArc()
109 float centerY_; // Center Y-coordinate member in OHOS::GeometryArc
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp145 chart.centerY_.first = StringToDouble(val); in SetSpecializedStyle()
146 chart.centerY_.second = true; in SetSpecializedStyle()
208 if (!centerY_.second || !centerX_.second || !radius_.second) { in OnSetStyleFinished()
209 centerY_.first = -1.0; in OnSetStyleFinished()
212 centerY_.second = false; in OnSetStyleFinished()
334 progressChild_->GetTrack()->SetCenterY(centerY_.first); in PrepareSpecializedComponent()
H A Ddom_progress.cpp148 progress.centerY_.first = StringToDouble(val); in SetSpecializedStyle()
149 progress.centerY_.second = true; in SetSpecializedStyle()
250 if (centerY_.second) { in PrepareSpecializedComponent()
251 progressChild_->GetTrack()->SetCenterY(centerY_.first); in PrepareSpecializedComponent()
H A Ddom_progress.h69 std::pair<double, bool> centerY_ = { -1.0, false }; member in OHOS::Ace::Framework::final
H A Ddom_chart.h208 std::pair<double, bool> centerY_ = { -1.0, false }; member in OHOS::Ace::Framework::DOMChart
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtransition_property.h209 return centerY_; in GetCenterY()
225 centerY_ = centerY; in SetCenterY()
242 centerY_ = other.GetCenterY(); in operator =()
250 Dimension centerY_; member in OHOS::Ace::NG::OneCenterTransitionOptionType
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h217 centerY_ = centerY; in SetCenterY()
339 float centerY_ = 0; member in OHOS::Ace::NG::DotIndicatorModifier
H A Ddot_indicator_paint_method.cpp77 centerY_ = (axis_ == Axis::HORIZONTAL ? contentSize.Height() : contentSize.Width()) * 0.5; in UpdateContentModifier()
78 dotIndicatorModifier_->SetCenterY(centerY_); in UpdateContentModifier()
444 OffsetF center = { vectorBlackPointCenterX_[i], centerY_ }; in CalculateHoverIndex()
452 OffsetF leftCenter = { longPointCenterX.first, centerY_ }; in CalculateHoverIndex()
453 OffsetF rightCenter = { longPointCenterX.second, centerY_ }; in CalculateHoverIndex()
H A Doverlength_dot_indicator_paint_method.cpp65 centerY_ = (axis_ == Axis::HORIZONTAL ? contentSize.Height() : contentSize.Width()) * HALF_FLOAT; in UpdateContentModifier()
66 dotIndicatorModifier_->SetCenterY(centerY_); in UpdateContentModifier()
H A Ddot_indicator_paint_method.h233 float centerY_ = 0.0f; member in OHOS::Ace::NG::DotIndicatorPaintMethod
H A Ddot_indicator_modifier.cpp177 OffsetF center = { contentProperty.vectorBlackPointCenterX[i], centerY_ }; in PaintContent()
189 OffsetF leftCenter = { leftCenterX, centerY_ }; in PaintContent()
190 OffsetF rightCenter = { rightCenterX, centerY_ }; in PaintContent()
210 OffsetF center = { contentProperty.vectorBlackPointCenterX[index], centerY_ }; in PaintContent()
H A Doverlength_dot_indicator_modifier.cpp95 OffsetF leftCenter = { leftCenterX, centerY_ }; in PaintContent()
96 OffsetF rightCenter = { rightCenterX, centerY_ }; in PaintContent()
110 OffsetF center = { contentProperty.vectorBlackPointCenterX[i], centerY_ }; in PaintBlackPoint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_transition_effect.cpp334 centerY_ = centerY; in SetPivot()
340 : centerX_(centerX), centerY_(centerY), centerZ_(centerZ) in RosenPivotTransitionEffect()
348 float yPivot = RosenRenderContext::ConvertDimensionToScaleBySize(centerY_, selfRect.Height()); in OnUpdateTransitionContext()
H A Drosen_transition_effect_impl.h126 Dimension centerY_ { 0.5_pct };

Completed in 16 milliseconds