Lines Matching refs:imageBounds
486 const dng_rect &imageBounds, in IsPointValid() argument
492 if (pt.v < imageBounds.t || in IsPointValid()
493 pt.h < imageBounds.l || in IsPointValid()
494 pt.v >= imageBounds.b || in IsPointValid()
495 pt.h >= imageBounds.r) in IsPointValid()
1032 const dng_rect &imageBounds) in FixClusteredPixel() argument
1084 imageBounds, in FixClusteredPixel()
1541 const dng_rect &imageBounds) in FixClusteredRect() argument
1669 imageBounds)) in FixClusteredRect()
1725 const dng_rect &imageBounds) in ProcessArea() argument
1761 badPoint.v >= imageBounds.t + kBadPointPadding && in ProcessArea()
1762 badPoint.h >= imageBounds.l + kBadPointPadding && in ProcessArea()
1763 badPoint.v < imageBounds.b - kBadPointPadding && in ProcessArea()
1764 badPoint.h < imageBounds.r - kBadPointPadding) in ProcessArea()
1777 imageBounds); in ProcessArea()
1795 srcBuffer.RepeatSubArea (imageBounds, in ProcessArea()
1816 badRect.l >= imageBounds.l + SrcRepeat ().h && in ProcessArea()
1817 badRect.r <= imageBounds.r - SrcRepeat ().v) in ProcessArea()
1827 badRect.t >= imageBounds.t + SrcRepeat ().h && in ProcessArea()
1828 badRect.b <= imageBounds.b - SrcRepeat ().v) in ProcessArea()
1841 imageBounds); in ProcessArea()