Home
last modified time | relevance | path

Searched refs:SetStrokeWidth (Results 1 - 25 of 112) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_checkable_painter.h36 void SetStrokeWidth(double strokeWidth, SkPaint& paint) const;
38 void SetStrokeWidth(double strokeWidth, RSPen& pen) const;
H A Drosen_checkable_painter.cpp31 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 Dtext_picker_divider_add_test.cpp286 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 Dprogress_builder_test_ng.cpp173 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 Ddata_panel_model_ng.h39 void SetStrokeWidth(const Dimension& strokeWidth) override;
44 static void SetStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth);
H A Ddata_panel_model_ng.cpp73 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 Ddata_panel_model.h37 virtual void SetStrokeWidth(const Dimension& strokeWidth) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_abstract_model_ng.h37 void SetStrokeWidth(const Ace::Dimension& lineWidth) override;
48 static void SetStrokeWidth(FrameNode* frameNode, const Ace::Dimension& lineWidth);
H A Dshape_model_ng.h41 void SetStrokeWidth(const Ace::Dimension& lineWidth) override;
50 static void SetStrokeWidth(FrameNode* frameNode, const Ace::Dimension& strokeWidth);
H A Dshape_abstract_model_ng.cpp77 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 Dshape_model_ng.cpp92 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 Dpatternlock_model_ng.h35 void SetStrokeWidth(const Dimension& lineWidth) override;
45 static void SetStrokeWidth(FrameNode* frameNode, const Dimension& lineWidth);
H A Dpatternlock_model.h41 virtual void SetStrokeWidth(const Dimension& lineWidth);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpatternlock_model_impl.cpp123 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 Dshape_abstract_model_impl.h33 void SetStrokeWidth(const Ace::Dimension& lineWidth) override;
H A Ddata_panel_model_impl.h29 void SetStrokeWidth(const Dimension& strokeWidth) override {}
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp73 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 Dprogress_modifier.cpp176 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 Dui_test_draw_line.cpp250 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 Djs_divider.h29 static void SetStrokeWidth(const JSCallbackInfo& info);
H A Djs_divider.cpp82 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 Djs_gauge.h32 static void SetStrokeWidth(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_model.h33 virtual void SetStrokeWidth(const Dimension& value) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_divider_bridge.h24 static ArkUINativeModuleValue SetStrokeWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Ddivider_component.h61 void SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth() function in OHOS::Ace::DividerComponent

Completed in 11 milliseconds

12345