/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_checkable_painter.h | 36 void SetStrokeWidth(double strokeWidth, SkPaint& paint) const; 38 void SetStrokeWidth(double strokeWidth, RSPen& pen) const;
|
H A D | rosen_checkable_painter.cpp | 31 void RosenCheckablePainter::SetStrokeWidth(double strokeWidth, SkPaint& skPaint) const in SetStrokeWidth() function in OHOS::Ace::RosenCheckablePainter 38 void RosenCheckablePainter::SetStrokeWidth(double strokeWidth, RSPen& pen) const
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_divider_add_test.cpp | 286 auto result = textPickerPaintMethod->SetStrokeWidth(itemDivider, dividerHeight, dividerInfo); in HWTEST_F() 339 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider2, dividerHeight, dividerInfo2); in HWTEST_F() 392 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider3, dividerHeight, dividerInfo3); in HWTEST_F() 440 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider4, dividerHeight, dividerInfo4); in HWTEST_F() 490 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider5, dividerHeight, dividerInfo5); in HWTEST_F() 538 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider6, dividerHeight, dividerInfo6); in HWTEST_F() 582 * @tc.expected: SetStrokeWidth the result is true in HWTEST_F() 584 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider7, dividerHeight, dividerInfo7); in HWTEST_F() 627 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider8, dividerHeight, dividerInfo8); in HWTEST_F() 669 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_builder_test_ng.cpp | 173 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 216 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 260 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 345 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 389 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 433 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 477 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 521 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 565 model.SetStrokeWidth(500.0_vp); in HWTEST_F() 608 model.SetStrokeWidth(500. in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_model_ng.h | 39 void SetStrokeWidth(const Dimension& strokeWidth) override; 44 static void SetStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth);
|
H A D | data_panel_model_ng.cpp | 73 void DataPanelModelNG::SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth() function in OHOS::Ace::NG::DataPanelModelNG 93 void DataPanelModelNG::SetStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth) in SetStrokeWidth() function in OHOS::Ace::NG::DataPanelModelNG
|
H A D | data_panel_model.h | 37 virtual void SetStrokeWidth(const Dimension& strokeWidth) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_abstract_model_ng.h | 37 void SetStrokeWidth(const Ace::Dimension& lineWidth) override; 48 static void SetStrokeWidth(FrameNode* frameNode, const Ace::Dimension& lineWidth);
|
H A D | shape_model_ng.h | 41 void SetStrokeWidth(const Ace::Dimension& lineWidth) override; 50 static void SetStrokeWidth(FrameNode* frameNode, const Ace::Dimension& strokeWidth);
|
H A D | shape_abstract_model_ng.cpp | 77 void ShapeAbstractModelNG::SetStrokeWidth(const Dimension& lineWidth) in SetStrokeWidth() function in OHOS::Ace::NG::ShapeAbstractModelNG 82 void ShapeAbstractModelNG::SetStrokeWidth(FrameNode* frameNode, const Dimension& lineWidth) in SetStrokeWidth() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
H A D | shape_model_ng.cpp | 92 void ShapeModelNG::SetStrokeWidth(const Ace::Dimension& lineWidth) in SetStrokeWidth() function in OHOS::Ace::NG::ShapeModelNG 94 ShapeAbstractModelNG().SetStrokeWidth(lineWidth); in SetStrokeWidth() 155 void ShapeModelNG::SetStrokeWidth(FrameNode* frameNode, const Ace::Dimension& strokeWidth) in SetStrokeWidth() function in OHOS::Ace::NG::ShapeModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_model_ng.h | 35 void SetStrokeWidth(const Dimension& lineWidth) override; 45 static void SetStrokeWidth(FrameNode* frameNode, const Dimension& lineWidth);
|
H A D | patternlock_model.h | 41 virtual void SetStrokeWidth(const Dimension& lineWidth);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | patternlock_model_impl.cpp | 123 void PatternLockModelImpl::SetStrokeWidth(const Dimension& lineWidth) in SetStrokeWidth() function in OHOS::Ace::Framework::PatternLockModelImpl 129 component->SetStrokeWidth(lineWidth); in SetStrokeWidth() 131 component->SetStrokeWidth(0.0_vp); in SetStrokeWidth()
|
H A D | shape_abstract_model_impl.h | 33 void SetStrokeWidth(const Ace::Dimension& lineWidth) override;
|
H A D | data_panel_model_impl.h | 29 void SetStrokeWidth(const Dimension& strokeWidth) override {}
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 73 void SetStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetStrokeWidth() function 78 ShapeModelNG::SetStrokeWidth(frameNode, Dimension(value, unitEnum)); in SetStrokeWidth() 85 ShapeModelNG::SetStrokeWidth(frameNode, Dimension(DEFAULT_STROKE_WIDTH, DimensionUnit::VP)); in ResetStrokeWidth() 248 ResetStrokeMiterLimit, SetFillOpacity, ResetFillOpacity, SetStrokeOpacity, ResetStrokeOpacity, SetStrokeWidth, in GetCommonShapeModifier() 259 ResetStrokeMiterLimit, SetFillOpacity, ResetFillOpacity, SetStrokeOpacity, ResetStrokeOpacity, SetStrokeWidth, in GetCJUICommonShapeModifier()
|
H A D | progress_modifier.cpp | 176 ProgressModelNG::SetStrokeWidth(node, Dimension(DEFAULT_STROKE_WIDTH, DimensionUnit::VP)); in SetLinearStyleOptions() 178 ProgressModelNG::SetStrokeWidth( in SetLinearStyleOptions() 195 ProgressModelNG::SetStrokeWidth(node, Dimension(DEFAULT_STROKE_WIDTH, DimensionUnit::VP)); in SetRingStyleOptions() 197 ProgressModelNG::SetStrokeWidth( in SetRingStyleOptions() 209 ProgressModelNG::SetStrokeWidth(node, Dimension(DEFAULT_STROKE_WIDTH, DimensionUnit::VP)); in SetProgressStyleOptions() 211 ProgressModelNG::SetStrokeWidth( in SetProgressStyleOptions() 284 ProgressModelNG::SetStrokeWidth(node, Dimension(DEFAULT_STROKE_WIDTH, DimensionUnit::VP)); in SetLinearStyleOptions() 291 ProgressModelNG::SetStrokeWidth(node, Dimension(DEFAULT_STROKE_WIDTH, DimensionUnit::VP)); in SetRingStyleOptions() 299 ProgressModelNG::SetStrokeWidth(node, Dimension(DEFAULT_STROKE_WIDTH, DimensionUnit::VP)); in SetProgressStyleOptions()
|
/foundation/arkui/ui_lite/test/uitest/test_draw_line/ |
H A D | ui_test_draw_line.cpp | 250 paint.SetStrokeWidth(0); // 0 : stroke width in UIKitDrawLineTestLine007() 274 paint.SetStrokeWidth(2); // 2 : stroke width in UIKitDrawLineTestLine008() 277 paint2.SetStrokeWidth(4); // 4 : stroke width in UIKitDrawLineTestLine008() 280 paint3.SetStrokeWidth(5); // 5 : stroke width in UIKitDrawLineTestLine008() 283 paint4.SetStrokeWidth(90); // 90 : stroke width in UIKitDrawLineTestLine008()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_divider.h | 29 static void SetStrokeWidth(const JSCallbackInfo& info);
|
H A D | js_divider.cpp | 82 void JSDivider::SetStrokeWidth(const JSCallbackInfo& info) in SetStrokeWidth() function in OHOS::OHOS::Ace::Framework::JSDivider 106 JSClass<JSDivider>::StaticMethod("strokeWidth", &JSDivider::SetStrokeWidth, opt); in JSBind()
|
H A D | js_gauge.h | 32 static void SetStrokeWidth(const JSCallbackInfo& info);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_model.h | 33 virtual void SetStrokeWidth(const Dimension& value) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_divider_bridge.h | 24 static ArkUINativeModuleValue SetStrokeWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/arkui/ace_engine/frameworks/core/components/divider/ |
H A D | divider_component.h | 61 void SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth() function in OHOS::Ace::DividerComponent
|