/external/webkit/Source/WebCore/platform/graphics/win/ |
D | ImageCairoWin.cpp | 41 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection)) in create() 63 GetObject(bmp, sizeof(BITMAP), &bmpInfo); in getHBITMAPOfSize()
|
D | ImageCGWin.cpp | 42 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection)) in create() 67 GetObject(bmp, sizeof(BITMAP), &bmpInfo); in getHBITMAPOfSize()
|
D | DIBPixelData.cpp | 42 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo); in initialize()
|
D | FontCacheWin.cpp | 181 GetObject(MLangFont, sizeof(LOGFONT), &lf); in createMLangFont() 343 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont); in getLastResortFallbackFont() 577 GetObject(hfont, sizeof(LOGFONT), &logFont); in createFontPlatformData()
|
D | GraphicsContextCairoWin.cpp | 49 if (!GetObject(bitmap, sizeof(info), &info)) in createCairoContextWithHDC()
|
D | FontPlatformDataCGWin.cpp | 113 GetObject(font, sizeof(logfont), &logfont); in platformDataInit()
|
D | GraphicsContextWin.cpp | 49 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo); in fillWithClearColor()
|
D | SimpleFontDataWin.cpp | 121 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winfont); in scaledFontData()
|
/external/v8/src/ |
D | win32-headers.h | 98 #undef GetObject
|
D | spaces.cc | 2529 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()
|
D | store-buffer.cc | 640 HeapObject* array = large_page->GetObject(); in IteratePointersToNewSpace()
|
/external/chromium/chrome/browser/ |
D | icon_loader_win.cc | 41 r = ::GetObject(icon_info.hbmMask, sizeof(bitmap_info), &bitmap_info); in ReadIcon()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | PixelDumpSupportWin.cpp | 70 GetObject(bitmap, sizeof(info), &info); in createBitmapContextFromWebView()
|
/external/webkit/Source/WebCore/platform/win/ |
D | DragImageCairoWin.cpp | 91 GetObject(bitmap, sizeof(info), &info); in createCairoContextFromBitmap()
|
D | DragImageCGWin.cpp | 71 GetObject(bitmap, sizeof(info), &info); in createCgContextFromBitmap()
|
D | DragImageWin.cpp | 54 GetObject(image, sizeof(BITMAP), &b); in dragImageSize()
|
D | CursorWin.cpp | 83 GetObject(hCursor.get(), sizeof(BITMAP), &cursor); in createSharedCursor()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | SimpleFontDataChromiumWin.cpp | 118 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winFont); in scaledFontData()
|
D | FontCacheChromiumWin.cpp | 552 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont); in getLastResortFallbackFont()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | ImageWinCE.cpp | 68 GetObject(bmp, sizeof(BITMAP), &bmpInfo); in getHBITMAPOfSize()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebDragClient.cpp | 130 GetObject(image, sizeof(BITMAP), &b); in startDrag()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 644 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo); in getWindowsContext() 659 GetObject(bitmap, sizeof(info), &info); in releaseWindowsContext()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaFontWin.cpp | 338 GetObject(hfont, sizeof(info), &info); in setupPaintForFont()
|
/external/openssl/crypto/rand/ |
D | rand_win.c | 771 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm); in readscreen()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeWin.cpp | 360 if (::GetObject(hGDI, sizeof(logFont), &logFont) > 0) in systemFont() 371 if (::GetObject(hGDI, sizeof(logFont), &logFont) > 0) in systemFont()
|