Searched refs:sAPType (Results 1 – 6 of 6) sorted by relevance
296 void CPDFSDK_BAAnnot::WriteAppearance(const CFX_ByteString& sAPType, in WriteAppearance() argument309 pStream = pAPDict->GetStreamFor(sAPType); in WriteAppearance()311 CPDF_Dictionary* pAPTypeDict = pAPDict->GetDictFor(sAPType); in WriteAppearance()313 pAPTypeDict = pAPDict->SetNewFor<CPDF_Dictionary>(sAPType); in WriteAppearance()322 pParentDict->SetNewFor<CPDF_Reference>(sAPType, pDoc, pStream->GetObjNum()); in WriteAppearance()
160 void AddImageToAppearance(const CFX_ByteString& sAPType, CPDF_Stream* pImage);161 void RemoveAppearance(const CFX_ByteString& sAPType);
94 void WriteAppearance(const CFX_ByteString& sAPType,
1788 void CPDFSDK_Widget::AddImageToAppearance(const CFX_ByteString& sAPType, argument1791 CPDF_Stream* pStream = pAPDict->GetStreamFor(sAPType);1811 void CPDFSDK_Widget::RemoveAppearance(const CFX_ByteString& sAPType) { argument1813 pAPDict->RemoveFor(sAPType);
23 void SetAPType(const CFX_ByteString& sAPType);
245 void CBA_FontMap::SetAPType(const CFX_ByteString& sAPType) { in SetAPType() argument246 m_sAPType = sAPType; in SetAPType()