Searched refs:GaugeLayoutAlgorithm (Results 1 – 4 of 4) sorted by relevance
22 class ACE_EXPORT GaugeLayoutAlgorithm : public BoxLayoutAlgorithm {23 DECLARE_ACE_TYPE(GaugeLayoutAlgorithm, BoxLayoutAlgorithm);26 GaugeLayoutAlgorithm();27 explicit GaugeLayoutAlgorithm(const RefPtr<ImageLoadingContext>& indicatorIconLoadingCtx) in GaugeLayoutAlgorithm() function31 ~GaugeLayoutAlgorithm() override = default;54 ACE_DISALLOW_COPY_AND_MOVE(GaugeLayoutAlgorithm);
34 GaugeLayoutAlgorithm::GaugeLayoutAlgorithm() = default;36 void GaugeLayoutAlgorithm::OnReset() {} in OnReset()38 void GaugeLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()74 std::optional<SizeF> GaugeLayoutAlgorithm::MeasureContent( in MeasureContent()118 void GaugeLayoutAlgorithm::MeasureLimitValueTextWidth(LayoutWrapper* layoutWrapper) in MeasureLimitValueTextWidth()198 void GaugeLayoutAlgorithm::MeasureDescription(LayoutWrapper* layoutWrapper, const SizeF& parentSize) in MeasureDescription()232 void GaugeLayoutAlgorithm::MeasureTitleChild(LayoutWrapper* layoutWrapper, const SizeF& parentSize) in MeasureTitleChild()256 void GaugeLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()313 bool GaugeLayoutAlgorithm::CheckDescriptionIsImageNode(const RefPtr<LayoutWrapper>& layoutWrapper) … in CheckDescriptionIsImageNode()323 void GaugeLayoutAlgorithm::MeasureFontSize(LayoutWrapper* layoutWrapper) in MeasureFontSize()[all …]
72 return MakeRefPtr<GaugeLayoutAlgorithm>(indicatorIconLoadingCtx_); in CreateLayoutAlgorithm()
1342 auto gaugeLayoutAlgorithm = AceType::MakeRefPtr<GaugeLayoutAlgorithm>(indicatorIconLoadingCtx);1403 auto gaugeLayoutAlgorithm = AceType::MakeRefPtr<GaugeLayoutAlgorithm>(indicatorIconLoadingCtx);1458 auto gaugeLayoutAlgorithm = AceType::MakeRefPtr<GaugeLayoutAlgorithm>(indicatorIconLoadingCtx);1515 auto gaugeLayoutAlgorithm = AceType::MakeRefPtr<GaugeLayoutAlgorithm>(indicatorIconLoadingCtx);