Lines Matching refs:fHost
460 if (!fHost || !fInfo || !fNegative || !fDngStream) {
469 // render() takes ownership of fHost, fInfo, fNegative and fDngStream when available.
470 std::unique_ptr<dng_host> host(fHost.release());
570 fHost = std::make_unique<SkDngHost>(&fAllocator);
574 fHost->ValidateSizes();
575 fInfo->Parse(*fHost, *fDngStream);
576 fInfo->PostParse(*fHost);
581 fNegative.reset(fHost->Make_dng_negative());
582 fNegative->Parse(*fHost, *fDngStream, *fInfo);
583 fNegative->PostParse(*fHost, *fDngStream, *fInfo);
604 std::unique_ptr<dng_host> fHost;