Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1055 uint8_t* pImageBuffer = nullptr; in XFA_LoadImageData() local
1063 pImageBuffer = FX_Alloc(uint8_t, iLength); in XFA_LoadImageData()
1064 int32_t iRead = XFA_Base64Decode(bsData.c_str(), pImageBuffer); in XFA_LoadImageData()
1066 pImageFileRead = IFX_MemoryStream::Create(pImageBuffer, iRead); in XFA_LoadImageData()
1086 FX_Free(pImageBuffer); in XFA_LoadImageData()
1092 FX_Free(pImageBuffer); in XFA_LoadImageData()