Searched refs:GetOnMeasure (Results 1 – 5 of 5) sorted by relevance
305 std::optional<std::function<CustomSpanMetrics(CustomSpanMeasureInfo)>> GetOnMeasure();
81 spanItem->onMeasure = span->GetOnMeasure(); in SpanString()366 spanItem->onMeasure = customSpan->GetOnMeasure(); in MakeCustomSpanItem()
615 std::optional<std::function<CustomSpanMetrics(CustomSpanMeasureInfo)>> CustomSpan::GetOnMeasure() in GetOnMeasure() function in OHOS::Ace::CustomSpan
348 EXPECT_EQ(span->GetOnMeasure(), std::nullopt);357 EXPECT_EQ(span0->GetOnMeasure(), std::nullopt);362 EXPECT_EQ(span1->GetOnMeasure(), std::nullopt);
1031 …RefPtr<SpanBase> spanBase = MakeRefPtr<JSCustomSpan>(customSpanObj_, GetOnMeasure(), GetOnDraw(), … in GetSubSpan()