Lines Matching refs:imageBounds
390 dng_rect dng_opcode_MapTable::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument
393 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
609 dng_rect dng_opcode_MapPolynomial::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument
612 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
971 dng_rect dng_opcode_DeltaPerRow::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument
974 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
1177 dng_rect dng_opcode_DeltaPerColumn::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument
1180 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
1357 dng_rect dng_opcode_ScalePerRow::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument
1360 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
1534 dng_rect dng_opcode_ScalePerColumn::ModifiedBounds (const dng_rect &imageBounds) in ModifiedBounds() argument
1537 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()