HomeSort by relevance Sort by last modified time
    Searched refs:fNegative (Results 1 - 5 of 5) sorted by null

  /external/dng_sdk/source/
dng_opcodes.cpp 251 dng_negative &fNegative;
264 , fNegative (negative)
297 fOpcode.ProcessArea (fNegative,
317 fOpcode.Prepare (fNegative,
421 dng_negative &fNegative;
438 , fNegative (negative)
462 fOpcode.Prepare (fNegative,
489 fOpcode.ProcessArea (fNegative,
dng_render.cpp 712 const dng_negative &fNegative;
773 , fNegative (negative )
831 if (!fNegative.IsMonochrome ())
834 AutoPtr<dng_color_spec> spec (fNegative.MakeColorSpec (profileID));
843 else if (fNegative.HasCameraNeutral ())
846 spec->SetWhiteXY (spec->NeutralToXY (fNegative.CameraNeutral ()));
850 else if (fNegative.HasCameraWhiteXY ())
853 spec->SetWhiteXY (fNegative.CameraWhiteXY ());
871 const dng_camera_profile *profile = fNegative.ProfileByID (profileID);
914 fNegative.TotalBaselineExposure (profileID)
    [all...]
dng_render.h 138 const dng_negative &fNegative;
  /external/skia/src/codec/
SkRawCodec.cpp 460 if (!fHost || !fInfo || !fNegative || !fDngStream) {
469 // render() takes ownership of fHost, fInfo, fNegative and fDngStream when available.
472 std::unique_ptr<dng_negative> negative(fNegative.release());
581 fNegative.reset(fHost->Make_dng_negative());
582 fNegative->Parse(*fHost, *fDngStream, *fInfo);
583 fNegative->PostParse(*fHost, *fDngStream, *fInfo);
584 fNegative->SynchronizeMetadata();
587 if (fNegative->GetMosaicInfo() != nullptr) {
588 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize;
590 return this->init(static_cast<int>(fNegative->DefaultCropSizeH().As_real64())
    [all...]
  /external/skqp/src/codec/
SkRawCodec.cpp 460 if (!fHost || !fInfo || !fNegative || !fDngStream) {
469 // render() takes ownership of fHost, fInfo, fNegative and fDngStream when available.
472 std::unique_ptr<dng_negative> negative(fNegative.release());
581 fNegative.reset(fHost->Make_dng_negative());
582 fNegative->Parse(*fHost, *fDngStream, *fInfo);
583 fNegative->PostParse(*fHost, *fDngStream, *fInfo);
584 fNegative->SynchronizeMetadata();
587 if (fNegative->GetMosaicInfo() != nullptr) {
588 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize;
590 return this->init(static_cast<int>(fNegative->DefaultCropSizeH().As_real64())
    [all...]

Completed in 891 milliseconds