Lines Matching refs:fNegative
472 if (!fHost || !fInfo || !fNegative || !fDngStream) { in render()
484 SkAutoTDelete<dng_negative> negative(fNegative.release()); in render()
588 fNegative.reset(fHost->Make_dng_negative()); in readDng()
589 fNegative->Parse(*fHost, *fDngStream, *fInfo); in readDng()
590 fNegative->PostParse(*fHost, *fDngStream, *fInfo); in readDng()
591 fNegative->SynchronizeMetadata(); in readDng()
594 if (fNegative->GetMosaicInfo() != nullptr) { in readDng()
595 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize; in readDng()
597 this->init(static_cast<int>(fNegative->DefaultCropSizeH().As_real64()), in readDng()
598 static_cast<int>(fNegative->DefaultCropSizeV().As_real64()), in readDng()
613 SkAutoTDelete<dng_negative> fNegative; member in SkDngImage