HomeSort by relevance Sort by last modified time
    Searched full:bitmapinfo (Results 26 - 50 of 60) sorted by null

12 3

  /external/webkit/Source/WebKit/win/
WebIconDatabase.cpp 33 #include <WebCore/BitmapInfo.h>
285 BitmapInfo bmInfo = BitmapInfo::create(IntSize(*size));
FullscreenVideoController.cpp 35 #include <WebCore/BitmapInfo.h>
439 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(windowWidth, windowHeight));
440 m_bitmap.set(::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
WebView.cpp 71 #include <WebCore/BitmapInfo.h>
781 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(m_backingStoreSize));
784 m_backingStoreBitmap = RefCountedHBITMAP::create(::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 57 HBITMAP MemoryManager::createDIBSection(const BITMAPINFO* pbmi, void** ppvBits)
  /external/webkit/Source/WebCore/
CMakeListsWinCE.txt 50 platform/win/BitmapInfo.cpp
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp 30 #include "BitmapInfo.h"
GraphicsContextCGWin.cpp 55 CGBitmapInfo bitmapInfo = kCGBitmapByteOrder32Little | (hasAlpha ? kCGImageAlphaPremultipliedFirst : kCGImageAlphaNoneSkipFirst);
57 pixelData.bytesPerRow(), deviceRGBColorSpaceRef(), bitmapInfo);
  /external/webkit/Tools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 53 BITMAPINFO bmp = {0};
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 36 #include <WebCore/BitmapInfo.h>
828 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(clientRect().size());
830 m_bmp = ::CreateDIBSection(m_DC, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0);
WebView.cpp 45 #include <WebCore/BitmapInfo.h>
    [all...]
  /external/chromium/webkit/glue/
webcursor_win.cc 158 BITMAPINFO cursor_bitmap_info = {0};
  /external/qemu/android/camera/
camera-capture-windows.c 64 BITMAPINFO* frame_bitmap;
75 BITMAPINFO* gdi_bitmap;
325 wcd->frame_bitmap = (BITMAPINFO*)malloc(format_info_size);
454 wcd->gdi_bitmap = (BITMAPINFO*)malloc(wcd->frame_bitmap->bmiHeader.biSize);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 283 RefPtr<SharedBitmap> bmp = SharedBitmap::create(origRect.size(), alphaPaint == AlphaPaintNone ? BitmapInfo::BitCount16 : BitmapInfo::BitCount32, false);
296 const unsigned* const pixelsEnd = pixels + bmp->bitmapInfo().numPixels();
308 memset(bmp->bytes(), 0xFF, bmp->bitmapInfo().numPixels() * 4);
327 const unsigned* const pixelsEnd = pixels + bmp->bitmapInfo().numPixels();
523 m_bitmap = SharedBitmap::create(m_origRect.size(), m_rotatedBitmap->is16bit() ? BitmapInfo::BitCount16 : BitmapInfo::BitCount32, true);
559 const unsigned* const pixelsEnd = pixels + m_bitmap->bitmapInfo().numPixels();
    [all...]
ImageBufferWinCE.cpp 67 : m_bitmap(SharedBitmap::create(size, BitmapInfo::BitCount32, false))
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 217 BitmapInfo bmpInfo;
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 75 #include "BitmapInfo.h"
1035 BitmapInfo bmp = BitmapInfo::createBottomUp(frameRect().size());
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 81 #include <WebCore/BitmapInfo.h>
773 BitmapInfo bitmapInfo = BitmapInfo::create(dragImageSize);
775 OwnPtr<HBITMAP> hbmp(::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &bits, 0, 0));
779 sdi.sizeDragImage.cx = bitmapInfo.bmiHeader.biWidth;
780 sdi.sizeDragImage.cy = bitmapInfo.bmiHeader.biHeight;
786 sdi.ptOffset.y = bitmapInfo.bmiHeader.biHeight - sdi.ptOffset.y;
    [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.cc 356 reinterpret_cast<BITMAPINFO*>(&header),
471 reinterpret_cast<BITMAPINFO*>(&header),
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 609 BITMAPINFO *binfo;
862 binfo = (BITMAPINFO *)SDL_malloc(binfo_size);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/libpng/contrib/visupng/
VisualPng.c 410 0, cyWinSize, pDiData, (BITMAPINFO *) pDib, DIB_RGB_COLORS);
  /external/libpng/contrib/gregbook/
rpng-win.c 661 wimage_data, (BITMAPINFO *)bmih,
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 684 // Expected a BITMAPINFO or WAVEFORMAT(EX) structure, respectively.
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 278 struct MyBitmapInfo : public BITMAPINFO {
    [all...]

Completed in 898 milliseconds

12 3