Searched refs:maskInfo (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_image_writer.cpp6645 AutoPtr<dng_ifd> maskInfo; local
6656 maskInfo.Reset (new dng_ifd);
6658 maskInfo->fNewSubFileType = sfTransparencyMask;
6660 maskInfo->fImageWidth = negative.RawTransparencyMask ()->Bounds ().W ();
6661 maskInfo->fImageLength = negative.RawTransparencyMask ()->Bounds ().H ();
6663 maskInfo->fSamplesPerPixel = 1;
6665 maskInfo->fBitsPerSample [0] = negative.RawTransparencyMaskBitDepth ();
6667 maskInfo->fPhotometricInterpretation = piTransparencyMask;
6669 maskInfo->fCompression = uncompressed ? ccUncompressed : ccDeflate;
6670 maskInfo
[all...]

Completed in 840 milliseconds