Lines Matching refs:Bounds
136 // Bounds for this image.
150 /// How to handle requests to get image areas outside the image bounds.
175 dng_image (const dng_rect &bounds,
185 /// Getter method for bounds of an image.
187 const dng_rect & Bounds () const
196 return Bounds ().Size ();
203 return Bounds ().W ();
210 return Bounds ().H ();
268 /// Shrink bounds of image to given rectangle.
332 SetConstant (value, Bounds ());
347 SetConstant_uint16 (value, Bounds ());
362 SetConstant_int16 (value, Bounds ());
377 SetConstant_uint32 (value, Bounds ());
400 SetConstant_real32 (value, Bounds ());