Searched refs:bitmapData (Results 1 - 12 of 12) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp287 uchar* bitmapData = NULL; local
296 bitmapData = (uchar*)malloc( bpp * height * width );
297 if( !bitmapData )
303 context = CGBitmapContextCreate( bitmapData,
314 free( bitmapData );
318 // Copy pixel information from data into bitmapData
331 bitmapData[bitmapIndex + 2] = line[0];
333 bitmapData[bitmapIndex + 1] = line[1];
335 bitmapData[bitmapIndex + 0] = line[2];
345 memcpy (bitmapData
[all...]
/external/webkit/Tools/DumpRenderTree/cg/
H A DPixelDumpSupportCG.cpp83 unsigned char* bitmapData = static_cast<unsigned char*>(CGBitmapContextGetData(bitmapContext)); local
89 buffer[column] = OSReadLittleInt32(bitmapData, 4 * column);
91 bitmapData += bytesPerRow;
97 MD5_Update(&md5Context, bitmapData, 4 * pixelsWide);
98 bitmapData += bytesPerRow;
/external/webkit/Tools/DumpRenderTree/cairo/
H A DPixelDumpSupportCairo.cpp76 unsigned char* bitmapData = static_cast<unsigned char*>(cairo_image_surface_get_data(surface)); local
78 md5Context.addBytes(bitmapData, 4 * pixelsWide);
79 bitmapData += bytesPerRow;
/external/webkit/Tools/WebKitTestRunner/cg/
H A DTestInvocationCG.cpp74 unsigned char* bitmapData = static_cast<unsigned char*>(CGBitmapContextGetData(bitmapContext)); local
80 buffer[column] = OSReadLittleInt32(bitmapData, 4 * column);
82 bitmapData += bytesPerRow;
87 md5.addBytes(bitmapData, 4 * pixelsWide);
88 bitmapData += bytesPerRow;
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonUtils.m34 extern CGImageRef _NSCreateImageRef( unsigned char *const bitmapData[5], int pixelsWide, int pixelsHigh, int bitsPerSample, int samplesPerPixel, int bitsPerPixel, int bytesPerRow, BOOL isPlanar, BOOL hasAlpha, NSString *colorSpaceName, CGColorSpaceRef customColorSpace, id sourceObj);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c1237 unsigned short *bitmapData; local
1268 hb = CreateDIBSection( 0, pBMI, DIB_RGB_COLORS, (void**)&bitmapData, 0, 0 );
1272 memcpy(bitmapData, gapi->buffer, pHeader->biSizeImage);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m427 pixels = [ imgrep bitmapData ];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.mm2453 (Ptr)[bitmap bitmapData],
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 792 milliseconds