Searched refs:CustomNodeLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
33 class ACE_EXPORT CustomNodeLayoutAlgorithm : public BoxLayoutAlgorithm {34 DECLARE_ACE_TYPE(CustomNodeLayoutAlgorithm, BoxLayoutAlgorithm);37 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm() function39 ~CustomNodeLayoutAlgorithm() override = default;65 ACE_DISALLOW_COPY_AND_MOVE(CustomNodeLayoutAlgorithm);
26 void CustomNodeLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()64 void CustomNodeLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
29 DynamicCast<CustomNodeLayoutAlgorithm>(dirty->GetLayoutAlgorithm()->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
36 return MakeRefPtr<CustomNodeLayoutAlgorithm>(renderFunction_); in CreateLayoutAlgorithm()
644 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(681 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(721 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(