Searched refs:createSourceInfoFunc (Results 1 – 1 of 1) sorted by relevance
248 std::function<ImageSourceInfo()> createSourceInfoFunc = CreateImageSourceInfo(options); in SetImageLayoutProperty() local249 imageLayoutProperty->UpdateImageSourceInfo(createSourceInfoFunc()); in SetImageLayoutProperty()710 …auto createSourceInfoFunc = [src, noPixMap = !options.imagePixelMap.has_value(), pixMap, bundleNam… in CreateImageSourceInfo() local721 return std::move(createSourceInfoFunc); in CreateImageSourceInfo()952 std::function<ImageSourceInfo()> createSourceInfoFunc = CreateImageSourceInfo(options); in AddImageSpan() local953 imageLayoutProperty->UpdateImageSourceInfo(createSourceInfoFunc()); in AddImageSpan()