Lines Matching refs:Bounds
894 DNG_ASSERT (channel < ColorChannels (), "Channel out of bounds");
1483 dng_pixel_buffer buffer (image.Bounds (), 0, image.Planes (),
1515 image.Bounds ());
1655 fUnitCell = dng_point (Min_int32 (kTileSize, fImage.Bounds ().H ()),
1656 Min_int32 (kTileSize, fImage.Bounds ().W ()));
1673 fTilesAcross = (fImage.Bounds ().W () + fUnitCell.h - 1) / fUnitCell.h;
1674 fTilesDown = (fImage.Bounds ().H () + fUnitCell.v - 1) / fUnitCell.v;
1698 int32 colIndex = (tile.l - fImage.Bounds ().l) / fUnitCell.h;
1699 int32 rowIndex = (tile.t - fImage.Bounds ().t) / fUnitCell.v;
1701 DNG_ASSERT (tile.l == fImage.Bounds ().l + colIndex * fUnitCell.h &&
1702 tile.t == fImage.Bounds ().t + rowIndex * fUnitCell.v,
1835 host.PerformAreaTask (task, rawImage.Bounds ());
1856 host.PerformAreaTask (task, RawTransparencyMask ()->Bounds ());
3604 fStage1Image.Reset (host.Make_dng_image (rawIFD.Bounds (),
4489 uint64 pixels = (uint64) srcImage.Bounds ().H () *
4490 (uint64) srcImage.Bounds ().W ();
4503 srcImage.Bounds (),
4543 AutoPtr<dng_image> dstImage (host.Make_dng_image (srcImage.Bounds (),
4557 srcImage.Bounds ());
4568 dng_area_spec areaSpec (srcImage.Bounds (),
4652 fRawImage->Bounds () == DefaultCropArea () &&
4653 fRawImage->Bounds ().H () <= proxySize &&
4654 fRawImage->Bounds ().W () <= proxySize &&
4655 (uint64) fRawImage->Bounds ().H () *
4656 (uint64) fRawImage->Bounds ().W () <= proxyCount &&
4668 fRawImage->Bounds ().H () <= proxySize &&
4669 fRawImage->Bounds ().W () <= proxySize &&
4670 (uint64) fRawImage->Bounds ().H () *
4671 (uint64) fRawImage->Bounds ().W () <= proxyCount &&
4712 if (Stage3Image ()->Bounds () != defaultCropArea)
4807 fRawImage.Reset (host.Make_dng_image (Stage3Image ()->Bounds (),
5028 fTransparencyMask.Reset (host.Make_dng_image (maskIFD.Bounds (),
5055 if ((TransparencyMask ()->Bounds () != fStage3Image->Bounds ()) ||
5059 AutoPtr<dng_image> newMask (host.Make_dng_image (fStage3Image->Bounds (),