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()81 void CustomNodeLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
30 DynamicCast<CustomNodeLayoutAlgorithm>(dirty->GetLayoutAlgorithm()->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
36 return MakeRefPtr<CustomNodeLayoutAlgorithm>(renderFunction_); in CreateLayoutAlgorithm()
653 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(690 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(730 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(992 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(1043 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(1096 …RefPtr<CustomNodeLayoutAlgorithm> rowLayoutAlgorithm2 = AceType::MakeRefPtr<CustomNodeLayoutAlgori…