Home
last modified time | relevance | path

Searched refs:strokeWidthLimitation_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_layout_algorithm.cpp44 strokeWidthLimitation_ = dividerLayoutProperty->GetStrokeWidthLimitation().value_or(true); in MeasureContent()
48 if (strokeWidthLimitation_) { in MeasureContent()
60 if (strokeWidthLimitation_) { in MeasureContent()
86 return strokeWidthLimitation_; in GetStrokeWidthLimitation()
H A Ddivider_modifier.cpp33 strokeWidthLimitation_ = AceType::MakeRefPtr<PropertyBool>(true); in DividerModifier()
41 AttachProperty(strokeWidthLimitation_); in DividerModifier()
47 if (strokeWidthLimitation_->Get()) { in onDraw()
H A Ddivider_paint_method.h32 strokeWidthLimitation_(strokeWidthLimitation), dividerModifier_(dividerModifier) in DECLARE_ACE_TYPE()
78 dividerModifier_->SetStrokeWidthLimitation(strokeWidthLimitation_); in UpdateContentModifier()
85 bool strokeWidthLimitation_ = true; variable
H A Ddivider_pattern.h40 … constrainStrokeWidth_, dividerLength_, vertical_, strokeWidthLimitation_, dividerModifier_); in CreateNodePaintMethod()
68 bool strokeWidthLimitation_ = true; variable
H A Ddivider_modifier.h67 strokeWidthLimitation_->Set(limite); in SetStrokeWidthLimitation()
77 RefPtr<PropertyBool> strokeWidthLimitation_; variable
H A Ddivider_layout_algorithm.h41 bool strokeWidthLimitation_ = true; variable
H A Ddivider_pattern.cpp31 strokeWidthLimitation_ = dividerLayoutAlgorithm->GetStrokeWidthLimitation(); in OnDirtyLayoutWrapperSwap()