Home
last modified time | relevance | path

Searched refs:SetOnMeasure (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h303 void SetOnMeasure(std::function<CustomSpanMetrics(CustomSpanMeasureInfo)> onMeasure);
H A Dspan_object.cpp605 void CustomSpan::SetOnMeasure(std::function<CustomSpanMetrics(CustomSpanMeasureInfo)> onMeasure) in SetOnMeasure() function in OHOS::Ace::CustomSpan
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp992 CustomSpan::SetOnMeasure(onMeasureFunc); in JSCustomSpan()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp11025 customSpan->SetOnMeasure(customSpanItem->onMeasure.value()); in OnBackPressed()