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

  /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/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 199 CFX_DIBitmap* CPDF_DIBSource::GetBitmap() const {
    [all...]
render_int.h 409 CFX_DIBitmap* GetBitmap() const { return m_pBitmap.get(); }
505 CFX_DIBitmap* GetBitmap() const;
  /external/pdfium/core/include/fxge/
fx_dib.h 593 CFX_DIBitmap* GetBitmap() { return m_pBitmap; }
fx_ge.h 274 CFX_DIBitmap* GetBitmap() const { return m_pBitmap; }

Completed in 288 milliseconds