HomeSort by relevance Sort by last modified time
    Searched defs:hBitmap (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 103 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) {
105 HBITMAP hBitmap = NULL;
106 hBitmap = CreateDIBitmap(hDC, (BITMAPINFOHEADER*)info.c_str(), CBM_INIT,
109 return hBitmap;
111 void GetBitmapSize(HBITMAP hBitmap, int& w, int& h) {
113 GetObject(hBitmap, sizeof bmp, &bmp);
126 HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)filename, IMAGE_BITMAP
    [all...]
fx_win32_dwrite.cpp 389 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP);
391 GetObject(hBitmap, sizeof bitmap, &bitmap);
fx_win32_device.cpp 481 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, NULL);
482 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap);
484 GetObject(hBitmap, sizeof bitmap, &bitmap);
488 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap);
489 DeleteObject(hBitmap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wfext.h 117 HBITMAP hBitmap;
objidl.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 62 milliseconds