Searched refs:CopyArea (Results 1 - 8 of 8) sorted by relevance

/external/dng_sdk/source/
H A Ddng_image.h285 void CopyArea (const dng_image &src,
297 void CopyArea (const dng_image &src, function in class:dng_image
303 CopyArea (src, area, plane, plane, planes);
H A Ddng_pixel_buffer.h623 void CopyArea (const dng_pixel_buffer &src,
635 void CopyArea (const dng_pixel_buffer &src, function in class:dng_pixel_buffer
641 CopyArea (src, area, plane, plane, planes);
H A Ddng_image.cpp234 buffer.CopyArea (tileBuffer,
257 tileBuffer.CopyArea (buffer,
751 void dng_image::CopyArea (const dng_image &src, function in class:dng_image
775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes);
H A Ddng_simple_image.cpp65 result->fBuffer.CopyArea (fBuffer,
H A Ddng_bad_pixels.cpp161 dstBuffer.CopyArea (srcBuffer,
1851 dstBuffer.CopyArea (srcBuffer,
H A Ddng_pixel_buffer.cpp710 void dng_pixel_buffer::CopyArea (const dng_pixel_buffer &src, function in class:dng_pixel_buffer
H A Ddng_image_writer.cpp3871 temp.CopyArea (buffer,
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c310 * We need to use the real drawable in CopyArea
388 (*gc->ops->CopyArea)(src_draw, dst_draw, gc,

Completed in 122 milliseconds