Searched refs:sourcePtr (Results 1 – 1 of 1) sorted by relevance
78 ImageSource *sourcePtr = new (std::nothrow) ImageSource(std::move(stream), opts); in CreateImageSource() local79 return std::unique_ptr<ImageSource>(sourcePtr); in CreateImageSource()91 ImageSource *sourcePtr = new (std::nothrow) ImageSource(std::move(stream), opts); in CreateImageSource() local92 return std::unique_ptr<ImageSource>(sourcePtr); in CreateImageSource()