Searched refs:onMeasureFunc (Results 1 – 2 of 2) sorted by relevance
526 std::function<CustomSpanMetrics(CustomSpanMeasureInfo)> onMeasureFunc = in SetCustomSpanOnMeasure() local539 frameNode->GetSpanItem()->onMeasure = onMeasureFunc; in SetCustomSpanOnMeasure()
991 … auto onMeasureFunc = JSCustomSpan::ParseOnMeasureFunc(jsDrawFunc, args.GetExecutionContext()); in JSCustomSpan() local992 CustomSpan::SetOnMeasure(onMeasureFunc); in JSCustomSpan()