Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp939 static int32_t XFA_Base64Decode(const FX_CHAR* pStr, uint8_t* pOutBuffer) { in XFA_Base64Decode() function
1064 int32_t iRead = XFA_Base64Decode(bsData.c_str(), pImageBuffer); in XFA_LoadImageData()