Searched refs:pDibSource (Results 1 – 2 of 2) sorted by relevance
49 : 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() local219 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()220 return pDibSource; in GetPDFNamedImage()
37 RetainPtr<CFX_DIBBase> pDibSource; member