Home
last modified time | relevance | path

Searched defs:pDIBitmap (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp326 void CTiffContext::SetPalette(const RetainPtr<CFX_DIBitmap>& pDIBitmap, in SetPalette()
351 bool CTiffContext::Decode1bppRGB(const RetainPtr<CFX_DIBitmap>& pDIBitmap, in Decode1bppRGB()
379 bool CTiffContext::Decode8bppRGB(const RetainPtr<CFX_DIBitmap>& pDIBitmap, in Decode8bppRGB()
415 bool CTiffContext::Decode24bppRGB(const RetainPtr<CFX_DIBitmap>& pDIBitmap, in Decode24bppRGB()
443 bool CTiffContext::Decode(const RetainPtr<CFX_DIBitmap>& pDIBitmap) { in Decode()
521 const RetainPtr<CFX_DIBitmap>& pDIBitmap) { in Decode()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp302 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in PngAskScanlineBuf() local
375 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in PngFillScanlineBufCompleted() local
499 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in GifReadScanline() local
570 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pDeviceBitmap; in BmpReadScanline() local
779 const RetainPtr<CFX_DIBitmap>& pDIBitmap) { in BmpStartDecode()
869 const RetainPtr<CFX_DIBitmap>& pDIBitmap) { in GifStartDecode()
1058 const RetainPtr<CFX_DIBitmap>& pDIBitmap) { in JpegStartDecode()
1260 const RetainPtr<CFX_DIBitmap>& pDIBitmap) { in PngStartDecode()
1397 auto pDIBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in TiffContinueDecode() local
2204 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in StartDecode()
/external/pdfium/xfa/fxfa/
Dcxfa_ffimage.cpp46 RetainPtr<CFX_DIBitmap> pDIBitmap = GetNode()->GetImageImage(); in RenderWidget() local
Dcxfa_imagerenderer.cpp119 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in CompositeDIBitmap()
Dcxfa_ffimageedit.cpp64 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pNode->GetImageEditImage(); in RenderWidget() local
Dcxfa_ffwidget.cpp82 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in XFA_DrawImage()
/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp140 auto pDIBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in LoadFromFile() local
175 auto pDIBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in LoadDIBitmap() local
Dfx_win32_gdipext.cpp984 RetainPtr<CFX_DIBitmap> pDIBitmap = FX_WindowsDIB_LoadFromBuf( in LoadDIBitmap() local
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1452 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in CompositeDIBitmap()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2547 const RetainPtr<CFX_DIBitmap>& pDIBitmap) { in PreMultiply()