Searched refs:pDibSource (Results 1 – 2 of 2) sorted by relevance
33 RetainPtr<CFX_DIBSource> pDibSource; member46 : pDibSource(pDib), iImageXDpi(xDpi), iImageYDpi(yDpi) {} in FX_IMAGEDIB_AND_DPI()
351 return it->second.pDibSource.As<CFX_DIBitmap>(); in GetPDFNamedImage()390 RetainPtr<CFX_DIBitmap> pDibSource = XFA_LoadImageFromBuffer( in GetPDFNamedImage() local392 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()393 return pDibSource; in GetPDFNamedImage()