Home
last modified time | relevance | path

Searched refs:GetOnMeasure (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h305 std::optional<std::function<CustomSpanMetrics(CustomSpanMeasureInfo)>> GetOnMeasure();
H A Dspan_string.cpp81 spanItem->onMeasure = span->GetOnMeasure(); in SpanString()
366 spanItem->onMeasure = customSpan->GetOnMeasure(); in MakeCustomSpanItem()
H A Dspan_object.cpp615 std::optional<std::function<CustomSpanMetrics(CustomSpanMeasureInfo)>> CustomSpan::GetOnMeasure() in GetOnMeasure() function in OHOS::Ace::CustomSpan
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp348 EXPECT_EQ(span->GetOnMeasure(), std::nullopt);
357 EXPECT_EQ(span0->GetOnMeasure(), std::nullopt);
362 EXPECT_EQ(span1->GetOnMeasure(), std::nullopt);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1031 …RefPtr<SpanBase> spanBase = MakeRefPtr<JSCustomSpan>(customSpanObj_, GetOnMeasure(), GetOnDraw(), … in GetSubSpan()