Home
last modified time | relevance | path

Searched refs:cloneImage (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxarray.cpp57 Cv_iplCloneImage cloneImage; member
67 Cv_iplCloneImage cloneImage ) in cvSetIPLAllocators() argument
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage ) in cvSetIPLAllocators()
75 if( createHeader || allocateData || deallocate || createROI || cloneImage ) in cvSetIPLAllocators()
84 CvIPL.cloneImage = cloneImage; in cvSetIPLAllocators()
3617 if( !CvIPL.cloneImage ) in cvCloneImage()
3640 dst = CvIPL.cloneImage( src ); in cvCloneImage()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusFlat.h1185 GdipCloneImage(GpImage *image, GpImage **cloneImage);