HomeSort by relevance Sort by last modified time
    Searched defs:bitmapData (Results 1 - 11 of 11) sorted by null

  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.cpp 76 unsigned char* bitmapData = static_cast<unsigned char*>(cairo_image_surface_get_data(surface));
78 md5Context.addBytes(bitmapData, 4 * pixelsWide);
79 bitmapData += bytesPerRow;
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 83 unsigned char* bitmapData = static_cast<unsigned char*>(CGBitmapContextGetData(bitmapContext));
89 buffer[column] = OSReadLittleInt32(bitmapData, 4 * column);
91 bitmapData += bytesPerRow;
97 MD5_Update(&md5Context, bitmapData, 4 * pixelsWide);
98 bitmapData += bytesPerRow;
  /external/webkit/Tools/WebKitTestRunner/cg/
TestInvocationCG.cpp 74 unsigned char* bitmapData = static_cast<unsigned char*>(CGBitmapContextGetData(bitmapContext));
80 buffer[column] = OSReadLittleInt32(bitmapData, 4 * column);
82 bitmapData += bytesPerRow;
87 md5.addBytes(bitmapData, 4 * pixelsWide);
88 bitmapData += bytesPerRow;
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 287 uchar* bitmapData = NULL;
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 + y * width, data + y * step, width)
    [all...]
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageWorker.java 175 final Object bitmapData = bitmapWorkerTask.data;
176 Log.d(TAG, "cancelWork - cancelled work for " + bitmapData);
191 final Object bitmapData = bitmapWorkerTask.data;
192 if (bitmapData == null || !bitmapData.equals(data)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 141 milliseconds