Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp248 std::function<ImageSourceInfo()> createSourceInfoFunc = CreateImageSourceInfo(options); in SetImageLayoutProperty() local
249 imageLayoutProperty->UpdateImageSourceInfo(createSourceInfoFunc()); in SetImageLayoutProperty()
710 …auto createSourceInfoFunc = [src, noPixMap = !options.imagePixelMap.has_value(), pixMap, bundleNam… in CreateImageSourceInfo() local
721 return std::move(createSourceInfoFunc); in CreateImageSourceInfo()
952 std::function<ImageSourceInfo()> createSourceInfoFunc = CreateImageSourceInfo(options); in AddImageSpan() local
953 imageLayoutProperty->UpdateImageSourceInfo(createSourceInfoFunc()); in AddImageSpan()