OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CopyArea
(Results
1 - 4
of
4
) 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_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_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_pixel_buffer.cpp
710
void dng_pixel_buffer::
CopyArea
(const dng_pixel_buffer &src,
[
all
...]
Completed in 564 milliseconds