Lines Matching refs:dng_rect
23 #include "dng_rect.h"
30 dng_opcode_TrimBounds::dng_opcode_TrimBounds (const dng_rect &bounds)
204 dng_rect dng_area_spec::Overlap (const dng_rect &tile) const
215 dng_rect overlap = fArea & tile;
239 return dng_rect ();
390 dng_rect dng_opcode_MapTable::ModifiedBounds (const dng_rect &imageBounds)
402 const dng_rect &dstArea,
403 const dng_rect & /* imageBounds */)
406 dng_rect overlap = fAreaSpec.Overlap (dstArea);
609 dng_rect dng_opcode_MapPolynomial::ModifiedBounds (const dng_rect &imageBounds)
621 const dng_rect &dstArea,
622 const dng_rect & /* imageBounds */)
625 dng_rect overlap = fAreaSpec.Overlap (dstArea);
971 dng_rect dng_opcode_DeltaPerRow::ModifiedBounds (const dng_rect &imageBounds)
983 const dng_rect &dstArea,
984 const dng_rect & /* imageBounds */)
987 dng_rect overlap = fAreaSpec.Overlap (dstArea);
1177 dng_rect dng_opcode_DeltaPerColumn::ModifiedBounds (const dng_rect &imageBounds)
1189 const dng_rect &dstArea,
1190 const dng_rect & /* imageBounds */)
1193 dng_rect overlap = fAreaSpec.Overlap (dstArea);
1357 dng_rect dng_opcode_ScalePerRow::ModifiedBounds (const dng_rect &imageBounds)
1369 const dng_rect &dstArea,
1370 const dng_rect & /* imageBounds */)
1373 dng_rect overlap = fAreaSpec.Overlap (dstArea);
1534 dng_rect dng_opcode_ScalePerColumn::ModifiedBounds (const dng_rect &imageBounds)
1546 const dng_rect &dstArea,
1547 const dng_rect & /* imageBounds */)
1550 dng_rect overlap = fAreaSpec.Overlap (dstArea);