Searched refs:CopyArea (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_image.h | 285 void CopyArea (const dng_image &src, 297 void CopyArea (const dng_image &src, in CopyArea() function 303 CopyArea (src, area, plane, plane, planes); in CopyArea()
|
D | dng_image.cpp | 234 buffer.CopyArea (tileBuffer, in DoGet() 257 tileBuffer.CopyArea (buffer, in DoPut() 751 void dng_image::CopyArea (const dng_image &src, in CopyArea() function in dng_image 775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes); in CopyArea()
|
D | dng_pixel_buffer.h | 623 void CopyArea (const dng_pixel_buffer &src, 635 void CopyArea (const dng_pixel_buffer &src, in CopyArea() function 641 CopyArea (src, area, plane, plane, planes); in CopyArea()
|
D | dng_simple_image.cpp | 65 result->fBuffer.CopyArea (fBuffer, in Clone()
|
D | dng_bad_pixels.cpp | 161 dstBuffer.CopyArea (srcBuffer, in ProcessArea() 1851 dstBuffer.CopyArea (srcBuffer, in ProcessArea()
|
D | dng_pixel_buffer.cpp | 710 void dng_pixel_buffer::CopyArea (const dng_pixel_buffer &src, in CopyArea() function in dng_pixel_buffer
|
D | dng_image_writer.cpp | 3871 temp.CopyArea (buffer, in WriteData()
|