Searched refs:RatingLayoutAlgorithm (Results 1 – 4 of 4) sorted by relevance
26 class ACE_EXPORT RatingLayoutAlgorithm : public BoxLayoutAlgorithm {27 DECLARE_ACE_TYPE(RatingLayoutAlgorithm, BoxLayoutAlgorithm);30 RatingLayoutAlgorithm();31 RatingLayoutAlgorithm(const RefPtr<ImageLoadingContext>& foregroundLoadingCtx, in RatingLayoutAlgorithm() function37 ~RatingLayoutAlgorithm() override = default;56 ACE_DISALLOW_COPY_AND_MOVE(RatingLayoutAlgorithm);
24 std::optional<SizeF> RatingLayoutAlgorithm::MeasureContent( in MeasureContent()68 void RatingLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
53 return MakeRefPtr<RatingLayoutAlgorithm>( in CreateLayoutAlgorithm()
725 …auto ratingLayoutAlgorithm = AceType::MakeRefPtr<RatingLayoutAlgorithm>(nullptr, nullptr, nullptr);