Searched refs:sAPType (Results 1 – 6 of 6) sorted by relevance
23 void SetAPType(const CFX_ByteString& sAPType);
266 void CBA_FontMap::SetAPType(const CFX_ByteString& sAPType) { in SetAPType() argument267 m_sAPType = sAPType; in SetAPType()
837 void CPDFSDK_BAAnnot::WriteAppearance(const CFX_ByteString& sAPType, in WriteAppearance() argument854 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()
1844 void CPDFSDK_Widget::AddImageToAppearance(const CFX_ByteString& sAPType, argument1850 CPDF_Stream* pStream = pAPDict->GetStream(sAPType);1873 void CPDFSDK_Widget::RemoveAppearance(const CFX_ByteString& sAPType) { argument1875 pAPDict->RemoveAt(sAPType);
200 void AddImageToAppearance(const CFX_ByteString& sAPType, CPDF_Stream* pImage);201 void RemoveAppearance(const CFX_ByteString& sAPType);
209 void WriteAppearance(const CFX_ByteString& sAPType,