HomeSort by relevance Sort by last modified time
    Searched refs:CopyArea (Results 1 - 8 of 8) sorted by null

  /external/dng_sdk/source/
dng_image.h 285 void CopyArea (const dng_image &src,
297 void CopyArea (const dng_image &src,
303 CopyArea (src, area, plane, plane, planes);
dng_pixel_buffer.h 623 void CopyArea (const dng_pixel_buffer &src,
635 void CopyArea (const dng_pixel_buffer &src,
641 CopyArea (src, area, plane, plane, planes);
dng_image.cpp 234 buffer.CopyArea (tileBuffer,
257 tileBuffer.CopyArea (buffer,
751 void dng_image::CopyArea (const dng_image &src,
775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes);
dng_simple_image.cpp 65 result->fBuffer.CopyArea (fBuffer,
dng_bad_pixels.cpp 161 dstBuffer.CopyArea (srcBuffer,
    [all...]
dng_pixel_buffer.cpp 710 void dng_pixel_buffer::CopyArea (const dng_pixel_buffer &src,
    [all...]
dng_image_writer.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 310 * We need to use the real drawable in CopyArea
388 (*gc->ops->CopyArea)(src_draw, dst_draw, gc,

Completed in 4117 milliseconds