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

  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.h 29 CFX_DIBitmap* GetBitmap() const { return m_pBitmap.get(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iedial.h 155 virtual HRESULT WINAPI GetBitmap(DWORD dwIndex,HBITMAP *phBitmap) = 0;
164 HRESULT (WINAPI *GetBitmap)(IDialBranding *This,DWORD dwIndex,HBITMAP *phBitmap);
175 #define IDialBranding_GetBitmap(This,dwIndex,phBitmap) (This)->lpVtbl->GetBitmap(This,dwIndex,phBitmap)
  /external/pdfium/core/fxge/
cfx_renderdevice.h 103 CFX_DIBitmap* GetBitmap() const { return m_pBitmap; }
fx_dib.h 403 CFX_DIBitmap* GetBitmap() { return m_pBitmap.get(); }
588 CFX_DIBitmap* GetBitmap() { return m_pBitmap.get(); }

Completed in 267 milliseconds