HomeSort by relevance Sort by last modified time
    Searched refs:GetObject (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium/chrome/browser/
icon_loader_win.cc 41 r = ::GetObject(icon_info.hbmMask, sizeof(bitmap_info), &bitmap_info);
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp 42 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection))
67 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
ImageCairoWin.cpp 41 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection))
63 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
DIBPixelData.cpp 42 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo);
FontPlatformDataCGWin.cpp 113 GetObject(font, sizeof(logfont), &logfont);
GraphicsContextCairoWin.cpp 49 if (!GetObject(bitmap, sizeof(info), &info))
GraphicsContextWin.cpp 49 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo);
FontCacheWin.cpp 181 GetObject(MLangFont, sizeof(LOGFONT), &lf);
343 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont);
577 GetObject(hfont, sizeof(LOGFONT), &logFont);
SimpleFontDataWin.cpp 121 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winfont);
  /external/v8/src/
win32-headers.h 98 #undef GetObject
spaces.cc     [all...]
store-buffer.cc 640 HeapObject* array = large_page->GetObject();
  /external/webkit/Tools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 70 GetObject(bitmap, sizeof(info), &info);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 118 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winFont);
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 71 GetObject(bitmap, sizeof(info), &info);
DragImageCairoWin.cpp 91 GetObject(bitmap, sizeof(info), &info);
DragImageWin.cpp 54 GetObject(image, sizeof(BITMAP), &b);
CursorWin.cpp 83 GetObject(hCursor.get(), sizeof(BITMAP), &cursor);
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 68 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 130 GetObject(image, sizeof(BITMAP), &b);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 644 GetObject(bitmap, sizeof(bmpInfo), &bmpInfo);
659 GetObject(bitmap, sizeof(info), &info);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 445 return GetObject(pix->getBmap(), sizeof(BITMAP), (LPSTR)&bm);
463 if(!GetObject(pix, sizeof(BITMAP), (LPSTR)&bm)) return false;
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 338 GetObject(hfont, sizeof(info), &info);
  /external/openssl/crypto/rand/
rand_win.c 771 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
  /external/qemu/android/camera/
camera-capture-windows.c 429 if (!GetObject(bm_handle, sizeof(BITMAP), &bitmap)) {

Completed in 462 milliseconds

1 2