HomeSort by relevance Sort by last modified time
    Searched full:bmbits (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
ImageCGWin.cpp 48 ASSERT(dibSection.dsBm.bmBits);
49 if (!dibSection.dsBm.bmBits)
53 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight, 8,
73 CGContextRef cgContext = CGBitmapContextCreate(bmpInfo.bmBits, bmpInfo.bmWidth, bmpInfo.bmHeight,
ImageCairoWin.cpp 48 ASSERT(dibSection.dsBm.bmBits);
49 if (!dibSection.dsBm.bmBits)
68 memset(bmpInfo.bmBits, 255, bufferSize);
71 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)bmpInfo.bmBits,
GraphicsContextCairoWin.cpp 54 surface = cairo_image_surface_create_for_data((unsigned char*)info.bmBits,
105 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)info.bmBits,
GraphicsContextCGWin.cpp 50 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
95 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
GraphicsContextWin.cpp 53 memset(bmpInfo.bmBits, 0, bufferSize);
  /external/webkit/WebKitTools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 75 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
78 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)info.bmBits, CAIRO_FORMAT_ARGB32,
  /external/openssl/crypto/rand/
rand_win.c 747 char *bmbits; /* contents of bitmap */ local
774 bmbits = OPENSSL_malloc(size);
775 if (bmbits) {
784 /* Copy bitmap bits from memory DC to bmbits */
785 GetBitmapBits(hBitmap, size, bmbits);
788 MD(bmbits,size,md);
794 OPENSSL_free(bmbits);
  /external/webkit/WebCore/platform/win/
DragImageCGWin.cpp 77 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
DragImageCairoWin.cpp 100 return cairo_image_surface_create_for_data((unsigned char*)info.bmBits,
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 610 memset(bmpInfo.bmBits, 0, bufferSize);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 4855 milliseconds