Searched refs:GetObject (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium/chrome/browser/
H A Dicon_loader_win.cc41 r = ::GetObject(icon_info.hbmMask, sizeof(bitmap_info), &bitmap_info);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DImageCGWin.cpp42 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection))
67 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
H A DImageCairoWin.cpp41 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection))
63 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
H A DDIBPixelData.cpp42 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo);
H A DFontPlatformDataCGWin.cpp113 GetObject(font, sizeof(logfont), &logfont);
H A DGraphicsContextCairoWin.cpp49 if (!GetObject(bitmap, sizeof(info), &info))
H A DGraphicsContextWin.cpp49 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo);
H A DFontCacheWin.cpp181 GetObject(MLangFont, sizeof(LOGFONT), &lf);
343 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont);
577 GetObject(hfont, sizeof(LOGFONT), &logFont);
H A DSimpleFontDataWin.cpp121 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winfont);
/external/v8/src/
H A Dwin32-headers.h98 #undef GetObject macro
H A Dspaces.cc2529 HeapObject* object = current_->GetObject();
2615 HeapObject* object = page->GetObject();
2633 return page->GetObject();
2660 HeapObject* object = current->GetObject();
2730 HeapObject* object = chunk->GetObject();
H A Dstore-buffer.cc640 HeapObject* array = large_page->GetObject();
/external/webkit/Tools/DumpRenderTree/win/
H A DPixelDumpSupportWin.cpp70 GetObject(bitmap, sizeof(info), &info);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DSimpleFontDataChromiumWin.cpp118 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winFont);
H A DFontCacheChromiumWin.cpp552 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont);
/external/webkit/Source/WebCore/platform/win/
H A DDragImageCGWin.cpp71 GetObject(bitmap, sizeof(info), &info);
H A DDragImageCairoWin.cpp91 GetObject(bitmap, sizeof(info), &info);
H A DDragImageWin.cpp54 GetObject(image, sizeof(BITMAP), &b);
H A DCursorWin.cpp83 GetObject(hCursor.get(), sizeof(BITMAP), &cursor);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageWinCE.cpp68 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.cpp130 GetObject(image, sizeof(BITMAP), &b);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp644 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo);
659 GetObject(bitmap, sizeof(info), &info);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaFontWin.cpp338 GetObject(hfont, sizeof(info), &info);
/external/openssl/crypto/rand/
H A Drand_win.c771 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
/external/qemu/android/camera/
H A Dcamera-capture-windows.c429 if (!GetObject(bm_handle, sizeof(BITMAP), &bitmap)) {

Completed in 236 milliseconds

12