Home
last modified time | relevance | path

Searched refs:GetObject (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/win/
DImageCairoWin.cpp41 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection)) in create()
63 GetObject(bmp, sizeof(BITMAP), &bmpInfo); in getHBITMAPOfSize()
DImageCGWin.cpp42 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection)) in create()
67 GetObject(bmp, sizeof(BITMAP), &bmpInfo); in getHBITMAPOfSize()
DDIBPixelData.cpp42 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo); in initialize()
DFontCacheWin.cpp181 GetObject(MLangFont, sizeof(LOGFONT), &lf); in createMLangFont()
343 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont); in getLastResortFallbackFont()
577 GetObject(hfont, sizeof(LOGFONT), &logFont); in createFontPlatformData()
DGraphicsContextCairoWin.cpp49 if (!GetObject(bitmap, sizeof(info), &info)) in createCairoContextWithHDC()
DFontPlatformDataCGWin.cpp113 GetObject(font, sizeof(logfont), &logfont); in platformDataInit()
DGraphicsContextWin.cpp49 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo); in fillWithClearColor()
DSimpleFontDataWin.cpp121 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winfont); in scaledFontData()
/external/v8/src/
Dwin32-headers.h98 #undef GetObject
Dspaces.cc2529 HeapObject* object = current_->GetObject(); in Next()
2615 HeapObject* object = page->GetObject(); in AllocateRaw()
2633 return page->GetObject(); in FindObject()
2660 HeapObject* object = current->GetObject(); in FreeUnmarkedObjects()
2730 HeapObject* object = chunk->GetObject(); in Verify()
Dstore-buffer.cc640 HeapObject* array = large_page->GetObject(); in IteratePointersToNewSpace()
/external/chromium/chrome/browser/
Dicon_loader_win.cc41 r = ::GetObject(icon_info.hbmMask, sizeof(bitmap_info), &bitmap_info); in ReadIcon()
/external/webkit/Tools/DumpRenderTree/win/
DPixelDumpSupportWin.cpp70 GetObject(bitmap, sizeof(info), &info); in createBitmapContextFromWebView()
/external/webkit/Source/WebCore/platform/win/
DDragImageCairoWin.cpp91 GetObject(bitmap, sizeof(info), &info); in createCairoContextFromBitmap()
DDragImageCGWin.cpp71 GetObject(bitmap, sizeof(info), &info); in createCgContextFromBitmap()
DDragImageWin.cpp54 GetObject(image, sizeof(BITMAP), &b); in dragImageSize()
DCursorWin.cpp83 GetObject(hCursor.get(), sizeof(BITMAP), &cursor); in createSharedCursor()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp118 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winFont); in scaledFontData()
DFontCacheChromiumWin.cpp552 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont); in getLastResortFallbackFont()
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageWinCE.cpp68 GetObject(bmp, sizeof(BITMAP), &bmpInfo); in getHBITMAPOfSize()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDragClient.cpp130 GetObject(image, sizeof(BITMAP), &b); in startDrag()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp644 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo); in getWindowsContext()
659 GetObject(bitmap, sizeof(info), &info); in releaseWindowsContext()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp338 GetObject(hfont, sizeof(info), &info); in setupPaintForFont()
/external/openssl/crypto/rand/
Drand_win.c771 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm); in readscreen()
/external/webkit/Source/WebCore/rendering/
DRenderThemeWin.cpp360 if (::GetObject(hGDI, sizeof(logFont), &logFont) > 0) in systemFont()
371 if (::GetObject(hGDI, sizeof(logFont), &logFont) > 0) in systemFont()

12