Home
last modified time | relevance | path

Searched refs:pDIB (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp197 static FX_DWORD FPDF_ImageCache_EstimateImageSize(const CFX_DIBSource* pDIB) { in FPDF_ImageCache_EstimateImageSize() argument
198 return pDIB && pDIB->GetBuffer() in FPDF_ImageCache_EstimateImageSize()
199 ? (FX_DWORD)pDIB->GetHeight() * pDIB->GetPitch() + in FPDF_ImageCache_EstimateImageSize()
200 (FX_DWORD)pDIB->GetPaletteSize() * 4 in FPDF_ImageCache_EstimateImageSize()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp53 FX_BOOL CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, in CreateCompatibleBitmap() argument
57 return pDIB->Create(width, height, m_RenderCaps & FXRC_ALPHA_OUTPUT in CreateCompatibleBitmap()
62 return pDIB->Create(width, height, FXDIB_8bppMask); in CreateCompatibleBitmap()
65 return pDIB->Create(width, height, m_RenderCaps & FXRC_ALPHA_OUTPUT in CreateCompatibleBitmap()
69 return pDIB->Create( in CreateCompatibleBitmap()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gdifont.cpp521 FX_DWORD* pDIB, in CreateGlyphBitmap() argument
529 *pDIB++ = 0; in CreateGlyphBitmap()
532 *pDIB++ = (alpha << 24) | (argb & 0x00FFFFFF); in CreateGlyphBitmap()
Dfx_gdifont.h100 FX_DWORD* pDIB,
/external/pdfium/xfa/src/fdp/include/
Dfde_tto.h49 virtual void SetDIBitmap(CFX_DIBitmap* pDIB) = 0;
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp30 FWL_ERR CFWL_ListBox::AddDIBitmap(CFX_DIBitmap* pDIB, FWL_HLISTITEM hItem) { in AddDIBitmap() argument
31 reinterpret_cast<CFWL_ListItem*>(hItem)->m_pDIB = pDIB; in AddDIBitmap()
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h18 FWL_ERR AddDIBitmap(CFX_DIBitmap* pDIB, FWL_HLISTITEM hItem);
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.h49 virtual void SetDIBitmap(CFX_DIBitmap* pDIB);
Dfde_textout.cpp129 void CFDE_TextOut::SetDIBitmap(CFX_DIBitmap* pDIB) { in SetDIBitmap() argument
130 FXSYS_assert(pDIB != NULL); in SetDIBitmap()
134 m_pRenderDevice = IFDE_RenderDevice::Create(pDIB); in SetDIBitmap()
/external/pdfium/core/include/fxge/
Dfx_ge.h277 FX_BOOL CreateCompatibleBitmap(CFX_DIBitmap* pDIB,