Searched defs:LayoutConstraintT (Results 1 – 1 of 1) sorted by relevance
29 struct LayoutConstraintT { struct52 bool operator==(const LayoutConstraintT& layoutConstraint) const argument65 bool EqualWithoutPercentWidth(const LayoutConstraintT& layoutConstraint) const in EqualWithoutPercentWidth() argument73 bool EqualWithoutPercentHeight(const LayoutConstraintT& layoutConstraint) const in EqualWithoutPercentHeight() argument81 bool UpdateSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateSelfMarginSizeWithCheck()89 bool UpdateIllegalSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfMarginSizeWithCheck()97 bool UpdateIllegalSelfIdealSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfIdealSizeWithCheck()105 bool UpdateParentIdealSizeWithCheck(const OptionalSize<T>&& size) in UpdateParentIdealSizeWithCheck()113 bool UpdateIllegalParentIdealSizeWithCheck(const OptionalSize<T>&& size) in UpdateIllegalParentIdealSizeWithCheck()121 bool UpdateMaxSizeWithCheck(const SizeT<T>& size) in UpdateMaxSizeWithCheck()[all …]