Searched refs:WrapLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
38 void WrapLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()145 float WrapLayoutAlgorithm::GetMainAxisLengthOfSize(const SizeF& size) const in GetMainAxisLengthOfSize()153 float WrapLayoutAlgorithm::GetCrossAxisLengthOfSize(const SizeF& size) const in GetCrossAxisLengthOfSize()161 void WrapLayoutAlgorithm::StretchItemsInContent(LayoutWrapper* layoutWrapper, const ContentInfo& co… in StretchItemsInContent()182 void WrapLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()199 void WrapLayoutAlgorithm::HandleDialogStretch() in HandleDialogStretch()204 void WrapLayoutAlgorithm::PerformLayoutInitialize(const RefPtr<LayoutProperty>& layoutProp) in PerformLayoutInitialize()232 SizeF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLeng… in GetLeftSize()240 float WrapLayoutAlgorithm::GetItemMainAxisLength(const RefPtr<GeometryNode>& item) const in GetItemMainAxisLength()245 float WrapLayoutAlgorithm::GetItemCrossAxisLength(const RefPtr<GeometryNode>& item) const in GetItemCrossAxisLength()[all …]
62 class ACE_EXPORT WrapLayoutAlgorithm : public LayoutAlgorithm {63 DECLARE_ACE_TYPE(WrapLayoutAlgorithm, LayoutAlgorithm);66 WrapLayoutAlgorithm() = default;67 explicit WrapLayoutAlgorithm(bool stretch) : isDialogStretch_(stretch) {}; in WrapLayoutAlgorithm() function68 ~WrapLayoutAlgorithm() override = default;133 ACE_DISALLOW_COPY_AND_MOVE(WrapLayoutAlgorithm);
44 return MakeRefPtr<WrapLayoutAlgorithm>(isDialogStretch_); in CreateLayoutAlgorithm()
19 void WrapLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) {} in Measure()21 void WrapLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) {} in Layout()
224 auto flexLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1462 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1556 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1651 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1745 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1841 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1936 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);2030 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);2123 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);