Home | History | Annotate | Download | only in source

Lines Matching refs:Bounds

4055 		cinfo.image_width      = image.Bounds ().W ();
4056 cinfo.image_height = image.Bounds ().H ();
4108 dng_pixel_buffer buffer (image.Bounds (), 0, image.Planes (), ttByte,
5394 ifd.fImageWidth = image.Bounds ().W ();
5395 ifd.fImageLength = image.Bounds ().H ();
5810 uint32 thisArea = imagePreview->fImage->Bounds ().W () *
5811 imagePreview->fImage->Bounds ().H ();
6660 maskInfo->fImageWidth = negative.RawTransparencyMask ()->Bounds ().W ();
6661 maskInfo->fImageLength = negative.RawTransparencyMask ()->Bounds ().H ();