Searched defs:LayoutConstraintT (Results 1 – 1 of 1) sorted by relevance
29 struct LayoutConstraintT { struct34 OptionalSize<T> parentIdealSize;35 OptionalSize<T> selfIdealSize;37 … bool CompareWithInfinityCheck(const OptionalSize<float>& first, const OptionalSize<float>& second) in CompareWithInfinityCheck()58 static bool CompareWithInfinityCheck(const SizeT<float>& first, const SizeT<float>& second) in CompareWithInfinityCheck()68 static bool CompareWithInfinityCheck(float first, float second) in CompareWithInfinityCheck()108 bool EqualWithoutPercentWidth(const LayoutConstraintT& layoutConstraint) const in EqualWithoutPercentWidth() argument118 bool EqualWithoutPercentHeight(const LayoutConstraintT& layoutConstraint) const in EqualWithoutPercentHeight() argument128 bool UpdateSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateSelfMarginSizeWithCheck()136 bool UpdateIllegalSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfMarginSizeWithCheck()[all …]