Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_imagecacheentry.cpp25 uint32_t GetEstimatedImageSize(const RetainPtr<CFX_DIBBase>& pDIB) { in GetEstimatedImageSize() argument
26 if (!pDIB || !pDIB->GetBuffer()) in GetEstimatedImageSize()
29 int height = pDIB->GetHeight(); in GetEstimatedImageSize()
31 return static_cast<uint32_t>(height) * pDIB->GetPitch() + in GetEstimatedImageSize()
32 pDIB->GetPaletteSize() * 4; in GetEstimatedImageSize()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h66 bool CreateCompatibleBitmap(const RetainPtr<CFX_DIBitmap>& pDIB,
Dcfx_renderdevice.cpp441 const RetainPtr<CFX_DIBitmap>& pDIB, in CreateCompatibleBitmap() argument
445 return pDIB->Create( in CreateCompatibleBitmap()
450 return pDIB->Create(width, height, FXDIB_8bppMask); in CreateCompatibleBitmap()
456 return pDIB->Create( in CreateCompatibleBitmap()