Home
last modified time | relevance | path

Searched refs:GetScaleWidth (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h134 const Dimension& GetScaleWidth() const in GetScaleWidth() function
235 const Dimension& GetScaleWidth() const in GetScaleWidth() function
237 return trackPaintData_->GetScaleWidth(); in GetScaleWidth()
H A Drender_track.cpp84 scaleStrokeWidth_ = track->GetScaleWidth(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h145 const Dimension& GetScaleWidth() const in GetScaleWidth() function
147 return track_->GetScaleWidth(); in GetScaleWidth()
H A Dprogress_theme.h179 const Dimension& GetScaleWidth() const in GetScaleWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_property.cpp49 (GetScaleWidth().value_or(progressTheme->GetScaleWidth()).ToString()).c_str(), filter); in ToJsonValue()
H A Dprogress_paint_method.cpp45 scaleWidth_ = progressTheme->GetScaleWidth().ConvertToPx(); in GetThemeData()
H A Dprogress_paint_method.h68 scaleWidth_ = paintProperty->GetScaleWidth().value_or(Dimension(scaleWidth_)).ConvertToPx(); in UpdateContentModifier()
H A Dprogress_pattern.cpp137 …jsonValue->Put("scaleWidth", paintProperty->GetScaleWidthValue(theme->GetScaleWidth()).ToString().… in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.h48 [[maybe_unused]] static double GetScaleWidth(int32_t containerId);
H A Ddrag_drop_func_wrapper.cpp64 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dprogress_composed_element.cpp140 Dimension scaleWidth = renderProgress->GetProgressComponent()->GetScaleWidth(); in GetCircularStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp234 scaleWidthDimension = theme->GetScaleWidth(); in JsSetProgressStyleOptions()
239 scaleWidthDimension = theme->GetScaleWidth(); in JsSetProgressStyleOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp338 scaleWidth_.first = theme->GetScaleWidth(); in InitProgressIfNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.cpp501 progressStyle.scaleWidthValue = progressTheme->GetScaleWidth().Value(); in ParseProgressStyle()
502 progressStyle.scaleWidthUnit = static_cast<int8_t>(progressTheme->GetScaleWidth().Unit()); in ParseProgressStyle()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp674 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(asyncCtx->instanceId); in GetShadowInfoArray()
895 auto minScaleWidth = NG::DragDropFuncWrapper::GetScaleWidth(asyncCtx->instanceId); in OnComplete()