Searched refs:pDIB (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_cache.cpp | 197 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/ |
D | fx_ge_device.cpp | 53 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/ |
D | fx_gdifont.cpp | 521 FX_DWORD* pDIB, in CreateGlyphBitmap() argument 529 *pDIB++ = 0; in CreateGlyphBitmap() 532 *pDIB++ = (alpha << 24) | (argb & 0x00FFFFFF); in CreateGlyphBitmap()
|
D | fx_gdifont.h | 100 FX_DWORD* pDIB,
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_tto.h | 49 virtual void SetDIBitmap(CFX_DIBitmap* pDIB) = 0;
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | listbox.cpp | 30 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/ |
D | listbox.h | 18 FWL_ERR AddDIBitmap(CFX_DIBitmap* pDIB, FWL_HLISTITEM hItem);
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.h | 49 virtual void SetDIBitmap(CFX_DIBitmap* pDIB);
|
D | fde_textout.cpp | 129 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/ |
D | fx_ge.h | 277 FX_BOOL CreateCompatibleBitmap(CFX_DIBitmap* pDIB,
|