• Home
  • Raw
  • Download

Lines Matching refs:Bounds

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