Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_CBA_Fontmap.h23 void SetAPType(const CFX_ByteString& sAPType);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp266 void CBA_FontMap::SetAPType(const CFX_ByteString& sAPType) { in SetAPType() argument
267 m_sAPType = sAPType; in SetAPType()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp837 void CPDFSDK_BAAnnot::WriteAppearance(const CFX_ByteString& sAPType, in WriteAppearance() argument
854 pStream = pAPDict->GetStream(sAPType); in WriteAppearance()
856 CPDF_Dictionary* pAPTypeDict = pAPDict->GetDict(sAPType); in WriteAppearance()
859 pAPDict->SetAt(sAPType, pAPTypeDict); in WriteAppearance()
871 pParentDict->SetAtReference(sAPType, pDoc, objnum); in WriteAppearance()
Dfsdk_baseform.cpp1844 void CPDFSDK_Widget::AddImageToAppearance(const CFX_ByteString& sAPType, argument
1850 CPDF_Stream* pStream = pAPDict->GetStream(sAPType);
1873 void CPDFSDK_Widget::RemoveAppearance(const CFX_ByteString& sAPType) { argument
1875 pAPDict->RemoveAt(sAPType);
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h200 void AddImageToAppearance(const CFX_ByteString& sAPType, CPDF_Stream* pImage);
201 void RemoveAppearance(const CFX_ByteString& sAPType);
Dfsdk_baseannot.h209 void WriteAppearance(const CFX_ByteString& sAPType,