Lines Matching defs:fHost
472 if (!fHost || !fInfo || !fNegative || !fDngStream) {
481 // render() takes ownership of fHost, fInfo, fNegative and fDngStream when available.
482 SkAutoTDelete<dng_host> host(fHost.release());
577 fHost.reset(new SkDngHost(&fAllocator));
581 fHost->ValidateSizes();
582 fInfo->Parse(*fHost, *fDngStream);
583 fInfo->PostParse(*fHost);
588 fNegative.reset(fHost->Make_dng_negative());
589 fNegative->Parse(*fHost, *fDngStream, *fInfo);
590 fNegative->PostParse(*fHost, *fDngStream, *fInfo);
611 SkAutoTDelete<dng_host> fHost;