Home
last modified time | relevance | path

Searched defs:strokeRadius (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_method.h98 auto strokeRadius = static_cast<float>( in UpdateContentModifier() local
H A Dprogress_date.h105 float strokeRadius = 0.0f; member
H A Dprogress_pattern.cpp78 auto strokeRadius = static_cast<float>( in InitAnimatableProperty() local
354 auto strokeRadius = paintProperty->GetStrokeRadiusValue(strokeWidth / 2); in ToJsonValueForLinearStyleOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp529 auto strokeRadius = paramObject->GetProperty("strokeRadius"); in JsSetLinearStyleOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.cpp307 CalcDimension strokeRadius = CalcDimension(DEFAULT_STROKE_RADIUS, DimensionUnit::PERCENT); in ParseStrokeRadius() local