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

  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 49 CGImageRef imageRef = CGImageSourceCreateImageAtIndex( sourceRef, 0, NULL );
51 if( !imageRef ) return false;
85 CGImageRelease( imageRef );
95 imageRef = NULL;
107 imageRef = CGImageSourceCreateImageAtIndex( sourceRef, 0, NULL );
109 if( !imageRef )
112 m_width = CGImageGetWidth( imageRef );
113 m_height = CGImageGetHeight( imageRef );
115 CGColorSpaceRef colorSpace = CGImageGetColorSpace( imageRef );
182 CGContextDrawImage( context, rect, imageRef );
    [all...]
grfmt_imageio.h 30 CGImageRef imageRef;
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 53 milliseconds