Home | History | Annotate | Download | only in source

Lines Matching refs:rawImage

1765 	const dng_image &rawImage (negative.RawImage ());
1850 for (uint32 c = 0; c < rawImage.Planes (); c++)
1862 rangeInfo->fBlackLevelRepeatCols * rawImage.Planes ());
1927 fWhiteLevel16.SetCount (rawImage.Planes ());
1928 fWhiteLevel32.SetCount (rawImage.Planes ());
5724 bool isFloatingPoint = (negative.RawImage ().PixelType () == ttFloat);
5732 bool isCompressed32BitInteger = (negative.RawImage ().PixelType () == ttLong) &&
5898 const dng_image &rawImage (negative.RawImage ());
5911 if (rawImage.PixelType () == ttLong)
5939 info.fImageWidth = rawImage.Width ();
5940 info.fImageLength = rawImage.Height ();
5942 info.fSamplesPerPixel = rawImage.Planes ();
5993 uint32 rawPixelType = rawImage.PixelType ();
6898 rawImage,