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

  /external/webkit/WebKitTools/DumpRenderTree/cairo/
PixelDumpSupportCairo.cpp 80 unsigned char* bitmapData = static_cast<unsigned char*>(cairo_image_surface_get_data(surface));
82 MD5_Update(&md5Context, bitmapData, 4 * pixelsWide);
83 bitmapData += bytesPerRow;
  /external/webkit/WebKitTools/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/WebKit/mac/Carbon/
CarbonUtils.m 34 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.12/src/video/gapi/
SDL_gapivideo.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m 431 pixels = [ imgrep bitmapData ];
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 335 milliseconds