Searched defs:LayoutConstraintT (Results 1 – 1 of 1) sorted by relevance
29 struct LayoutConstraintT { struct34 OptionalSize<T> parentIdealSize;35 OptionalSize<T> selfIdealSize;68 static bool CompareWithInfinityCheck(float first, float second) in CompareWithInfinityCheck()128 bool UpdateSelfMarginSizeWithCheck(const OptionalSize<T>& size) in UpdateSelfMarginSizeWithCheck()144 bool UpdateIllegalSelfIdealSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfIdealSizeWithCheck()152 bool UpdateParentIdealSizeWithCheck(const OptionalSize<T>&& size) in UpdateParentIdealSizeWithCheck()168 bool UpdateMaxSizeWithCheck(const SizeT<T>& size) in UpdateMaxSizeWithCheck()176 bool UpdateMaxWidthWithCheck(const SizeT<T>& size) in UpdateMaxWidthWithCheck()184 bool UpdateMaxHeightWithCheck(const SizeT<T>& size) in UpdateMaxHeightWithCheck()[all …]