Searched refs:strokeWidthLimitation_ (Results 1 – 7 of 7) sorted by relevance
44 strokeWidthLimitation_ = dividerLayoutProperty->GetStrokeWidthLimitation().value_or(true); in MeasureContent()48 if (strokeWidthLimitation_) { in MeasureContent()60 if (strokeWidthLimitation_) { in MeasureContent()86 return strokeWidthLimitation_; in GetStrokeWidthLimitation()
33 strokeWidthLimitation_ = AceType::MakeRefPtr<PropertyBool>(true); in DividerModifier()41 AttachProperty(strokeWidthLimitation_); in DividerModifier()47 if (strokeWidthLimitation_->Get()) { in onDraw()
32 strokeWidthLimitation_(strokeWidthLimitation), dividerModifier_(dividerModifier) in DECLARE_ACE_TYPE()78 dividerModifier_->SetStrokeWidthLimitation(strokeWidthLimitation_); in UpdateContentModifier()85 bool strokeWidthLimitation_ = true; variable
40 … constrainStrokeWidth_, dividerLength_, vertical_, strokeWidthLimitation_, dividerModifier_); in CreateNodePaintMethod()68 bool strokeWidthLimitation_ = true; variable
67 strokeWidthLimitation_->Set(limite); in SetStrokeWidthLimitation()77 RefPtr<PropertyBool> strokeWidthLimitation_; variable
41 bool strokeWidthLimitation_ = true; variable
31 strokeWidthLimitation_ = dividerLayoutAlgorithm->GetStrokeWidthLimitation(); in OnDirtyLayoutWrapperSwap()