Searched refs:GetScaleWidth (Results 1 – 15 of 15) sorted by relevance
134 const Dimension& GetScaleWidth() const in GetScaleWidth() function235 const Dimension& GetScaleWidth() const in GetScaleWidth() function237 return trackPaintData_->GetScaleWidth(); in GetScaleWidth()
84 scaleStrokeWidth_ = track->GetScaleWidth(); in Update()
145 const Dimension& GetScaleWidth() const in GetScaleWidth() function147 return track_->GetScaleWidth(); in GetScaleWidth()
179 const Dimension& GetScaleWidth() const in GetScaleWidth() function
49 (GetScaleWidth().value_or(progressTheme->GetScaleWidth()).ToString()).c_str(), filter); in ToJsonValue()
45 scaleWidth_ = progressTheme->GetScaleWidth().ConvertToPx(); in GetThemeData()
68 scaleWidth_ = paintProperty->GetScaleWidth().value_or(Dimension(scaleWidth_)).ConvertToPx(); in UpdateContentModifier()
137 …jsonValue->Put("scaleWidth", paintProperty->GetScaleWidthValue(theme->GetScaleWidth()).ToString().… in ToJsonValue()
48 [[maybe_unused]] static double GetScaleWidth(int32_t containerId);
64 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(dragAction->instanceId); in GetShadowInfoArray()483 [[maybe_unused]] double DragDropFuncWrapper::GetScaleWidth(int32_t containerId) in GetScaleWidth() function in OHOS::Ace::NG::DragDropFuncWrapper
140 Dimension scaleWidth = renderProgress->GetProgressComponent()->GetScaleWidth(); in GetCircularStyle()
234 scaleWidthDimension = theme->GetScaleWidth(); in JsSetProgressStyleOptions()239 scaleWidthDimension = theme->GetScaleWidth(); in JsSetProgressStyleOptions()
338 scaleWidth_.first = theme->GetScaleWidth(); in InitProgressIfNeed()
501 progressStyle.scaleWidthValue = progressTheme->GetScaleWidth().Value(); in ParseProgressStyle()502 progressStyle.scaleWidthUnit = static_cast<int8_t>(progressTheme->GetScaleWidth().Unit()); in ParseProgressStyle()
674 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(asyncCtx->instanceId); in GetShadowInfoArray()895 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(asyncCtx->instanceId); in OnComplete()