Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffimageedit.cpp128 CFX_WideString wsImage; in OnLButtonDown() local
139 wsImage = CFX_WideString::FromLocal(pData); in OnLButtonDown()
148 m_pDataAcc->SetImageEdit(wsContentType, CFX_WideStringC(), wsImage); in OnLButtonDown()
Dxfa_ffwidget.cpp966 CFX_WideString wsImage; in XFA_LoadImageData() local
967 pImage->GetContent(wsImage); in XFA_LoadImageData()
968 if (wsHref.IsEmpty() && wsImage.IsEmpty()) { in XFA_LoadImageData()
977 if (wsImage.GetLength() > 0) { in XFA_LoadImageData()
981 CFX_ByteString bsData = wsImage.UTF8Encode(); in XFA_LoadImageData()
989 bsContent = CFX_ByteString::FromUnicode(wsImage); in XFA_LoadImageData()