Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp49 : pDibSource(pDib), iImageXDpi(xDpi), iImageYDpi(yDpi) {} in FX_IMAGEDIB_AND_DPI()
179 return it->second.pDibSource.As<CFX_DIBitmap>(); in GetPDFNamedImage()
217 RetainPtr<CFX_DIBitmap> pDibSource = XFA_LoadImageFromBuffer( in GetPDFNamedImage() local
219 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()
220 return pDibSource; in GetPDFNamedImage()
Dcxfa_ffdoc.h37 RetainPtr<CFX_DIBBase> pDibSource; member