Searched refs:WrapLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
71 void WrapLayoutAlgorithm::UpdatePercentSensitive(LayoutWrapper *layoutWrapper) in UpdatePercentSensitive()80 void WrapLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()204 float WrapLayoutAlgorithm::GetMainAxisLengthOfSize(const SizeF& size) const in GetMainAxisLengthOfSize()212 float WrapLayoutAlgorithm::GetCrossAxisLengthOfSize(const SizeF& size) const in GetCrossAxisLengthOfSize()220 void WrapLayoutAlgorithm::StretchItemsInContent(LayoutWrapper* layoutWrapper, const ContentInfo& co… in StretchItemsInContent()241 void WrapLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()263 void WrapLayoutAlgorithm::HandleDialogStretch() in HandleDialogStretch()267 void WrapLayoutAlgorithm::PerformLayoutInitialize(const RefPtr<LayoutProperty>& layoutProp) in PerformLayoutInitialize()305 SizeF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLeng… in GetLeftSize()313 float WrapLayoutAlgorithm::GetItemMainAxisLength(const RefPtr<GeometryNode>& item) const in GetItemMainAxisLength()[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;144 ACE_DISALLOW_COPY_AND_MOVE(WrapLayoutAlgorithm);
45 return MakeRefPtr<WrapLayoutAlgorithm>(isDialogStretch_); in CreateLayoutAlgorithm()
123 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false); in CreateRTLWrapper()178 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false); in CreateRTLReverseWrapper()241 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);335 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);432 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);528 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);626 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);723 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);819 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);912 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);[all …]
325 auto flexLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);