Searched refs:WrapLayoutAlgorithm (Results 1 – 4 of 4) sorted by relevance
39 void WrapLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()154 float WrapLayoutAlgorithm::GetMainAxisLengthOfSize(const SizeF& size) const in GetMainAxisLengthOfSize()162 float WrapLayoutAlgorithm::GetCrossAxisLengthOfSize(const SizeF& size) const in GetCrossAxisLengthOfSize()170 void WrapLayoutAlgorithm::StretchItemsInContent(LayoutWrapper* layoutWrapper, const ContentInfo& co… in StretchItemsInContent()191 void WrapLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()207 void WrapLayoutAlgorithm::HandleDialogStretch() in HandleDialogStretch()212 void WrapLayoutAlgorithm::PerformLayoutInitialize(const RefPtr<LayoutProperty>& layoutProp) in PerformLayoutInitialize()240 SizeF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLeng… in GetLeftSize()248 float WrapLayoutAlgorithm::GetItemMainAxisLength(const RefPtr<GeometryNode>& item) const in GetItemMainAxisLength()253 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()
331 auto flexLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1571 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1665 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1760 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1854 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);1950 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);2045 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);2139 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);2232 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);