Home | History | Annotate | Download | only in source

Lines Matching refs:area

278 		/// Copy image data from an area of one image to same area of another.
280 /// \param area Rectangle of images to copy.
286 const dng_rect &area,
291 /// Copy image data from an area of one image to same area of another.
293 /// \param area Rectangle of images to copy.
298 const dng_rect &area,
303 CopyArea (src, area, plane, plane, planes);
307 /// Return true if the contents of an area of the image are the same as those of another.
309 /// \param area Rectangle of image to test.
314 const dng_rect &area,
321 const dng_rect &area)
326 SetConstant ((uint32) value, area);
336 const dng_rect &area)
341 SetConstant ((uint32) value, area);
351 const dng_rect &area)
356 SetConstant ((uint32) (uint16) value, area);
366 const dng_rect &area)
371 SetConstant (value, area);
381 const dng_rect &area)
394 SetConstant (x.i, area);
410 const dng_rect &area,
425 const dng_rect &area);