H A D | arkts_native_progress_bridge.cpp | 198 const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) in ParseStrokeWidth() 215 progressStyle.strokeWidthValue = DEFAULT_STROKE_WIDTH; in ParseStrokeWidth() 216 progressStyle.strokeWidthUnit = static_cast<uint8_t>(DimensionUnit::VP); in ParseStrokeWidth() 218 progressStyle.strokeWidthValue = strokeWidth.Value(); in ParseStrokeWidth() 219 progressStyle.strokeWidthUnit = static_cast<uint8_t>(strokeWidth.Unit()); in ParseStrokeWidth() 224 const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) in ParseBorderWidth() 236 progressStyle.borderWidthValue = DEFAULT_BORDER_WIDTH; in ParseBorderWidth() 237 progressStyle.borderWidthUnit = static_cast<uint8_t>(DimensionUnit::VP); in ParseBorderWidth() 239 progressStyle.borderWidthValue = borderWidth.Value(); in ParseBorderWidth() 240 progressStyle in ParseBorderWidth() 197 ParseStrokeWidth( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseStrokeWidth() argument 223 ParseBorderWidth( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseBorderWidth() argument 244 ParseScaleCount( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseScaleCount() argument 264 ParseProgressStatus( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseProgressStatus() argument 283 ParseScaleWidth( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseScaleWidth() argument 303 ParseStrokeRadius( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseStrokeRadius() argument 317 ParseBorderColor( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseBorderColor() argument 330 ParseFontColor( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseFontColor() argument 343 ParseEnableSmoothEffect( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseEnableSmoothEffect() argument 351 ParseContent( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseContent() argument 359 ParseEnableScanEffect( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseEnableScanEffect() argument 367 ParseShadow( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseShadow() argument 374 ParseShowDefaultPercentage( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseShowDefaultPercentage() argument 382 ParseCapsuleFontSize( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseCapsuleFontSize() argument 398 ParseCapsuleFontWeight( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseCapsuleFontWeight() argument 418 ParseCapsuleFontStyle( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseCapsuleFontStyle() argument 436 ParseCapsuleFontFamily( const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle, int32_t index) ParseCapsuleFontFamily() argument 457 ParseLinearStyle(const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle) ParseLinearStyle() argument 465 ParseRingStyle(const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle) ParseRingStyle() argument 474 ParseCapsuleStyle(const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle) ParseCapsuleStyle() argument 489 ParseProgressStyle(const EcmaVM* vm, ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUIProgressStyle& progressStyle) ParseProgressStyle() argument 519 ArkUIProgressStyle progressStyle = { DEFAULT_STROKE_WIDTH, static_cast<int8_t>(DimensionUnit::VP), SetProgressStyle() local 664 auto progressStyle = static_cast<Framework::ProgressStyle>(type); SetProgressInitialize() local [all...] |