Searched refs:CustomNodeLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
34 class ACE_EXPORT CustomNodeLayoutAlgorithm : public BoxLayoutAlgorithm {35 DECLARE_ACE_TYPE(CustomNodeLayoutAlgorithm, BoxLayoutAlgorithm);38 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm() function40 ~CustomNodeLayoutAlgorithm() override = default;73 ACE_DISALLOW_COPY_AND_MOVE(CustomNodeLayoutAlgorithm);
27 void CustomNodeLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()92 void CustomNodeLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
30 DynamicCast<CustomNodeLayoutAlgorithm>(dirty->GetLayoutAlgorithm()->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
36 return MakeRefPtr<CustomNodeLayoutAlgorithm>(renderFunction_); in CreateLayoutAlgorithm()
643 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(680 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(720 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(971 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(1012 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(1065 …RefPtr<CustomNodeLayoutAlgorithm> rowLayoutAlgorithm2 = AceType::MakeRefPtr<CustomNodeLayoutAlgori…1530 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(nullptr);