HomeSort by relevance Sort by last modified time
    Searched refs:hBitmap (Results 1 - 15 of 15) 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...]
  /external/ImageMagick/coders/
clipboard.c 135 HBITMAP
142 bitmapH=(HBITMAP) GetClipboardData(CF_BITMAP);
154 HBITMAP
155 hBitmap,
168 hOldBitmap=(HBITMAP) SelectObject(hMemDC,bitmapH);
191 hBitmap=CreateDIBSection(hDC,&DIBinfo,DIB_RGB_COLORS,(void **) &ppBits,
194 if (hBitmap == 0)
200 DeleteObject(hBitmap);
203 hOldBitmap=(HBITMAP) SelectObject(hDC,hBitmap);
    [all...]
emf.c 447 HBITMAP
448 hBitmap,
576 hBitmap=CreateDIBSection(hDC,&DIBinfo,DIB_RGB_COLORS,(void **) &ppBits,NULL,
579 if (hBitmap == (HBITMAP) NULL)
588 DeleteObject(hBitmap);
591 hOldBitmap=(HBITMAP) SelectObject(hDC,hBitmap);
592 if (hOldBitmap == (HBITMAP) NULL)
596 DeleteObject(hBitmap);
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 31 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
34 HBITMAP hBitmap,
52 HBITMAP GetWindowsBitmap() const { return m_hBitmap; }
61 HBITMAP m_hBitmap;
63 HBITMAP m_hOldBitmap;
90 HBITMAP m_hBitmap;
92 HBITMAP m_hOldBitmap;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wfext.h 117 HBITMAP hBitmap;
wincodec.h     [all...]
shlobj.h     [all...]
objidl.h     [all...]
winuser.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 1411 milliseconds