Searched refs:pImageBuffer (Results 1 – 1 of 1) sorted by relevance
170 uint8_t* pImageBuffer = nullptr; in XFA_LoadImageData() local177 pImageBuffer = FX_Alloc(uint8_t, iLength); in XFA_LoadImageData()178 int32_t iRead = XFA_Base64Decode(bsData.c_str(), pImageBuffer); in XFA_LoadImageData()181 pdfium::MakeRetain<CFX_MemoryStream>(pImageBuffer, iRead, false); in XFA_LoadImageData()202 FX_Free(pImageBuffer); in XFA_LoadImageData()208 FX_Free(pImageBuffer); in XFA_LoadImageData()