Home
last modified time | relevance | path

Searched refs:m_pDeviceBitmap (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp250 if (!m_pDeviceBitmap) { in PngReadHeader()
276 FXDIB_Format format = m_pDeviceBitmap->GetFormat(); in PngReadHeader()
302 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in PngAskScanlineBuf()
375 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in PngFillScanlineBufCompleted()
450 RetainPtr<CFX_DIBitmap> pDevice = m_pDeviceBitmap; in GifInputRecordPositionBuf()
499 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in GifReadScanline()
512 if (m_GifTransIndex != -1 && m_pDeviceBitmap->HasAlpha()) { in GifReadScanline()
570 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in BmpReadScanline()
782 m_pDeviceBitmap = nullptr; in BmpStartDecode()
787 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in BmpStartDecode()
[all …]
Dprogressivedecoder.h249 RetainPtr<CFX_DIBitmap> m_pDeviceBitmap; variable