Searched refs:sAPType (Results 1 – 4 of 4) sorted by relevance
30 void AddImage(const ByteString& sAPType, CPDF_Stream* pImage);31 void Write(const ByteString& sAPType,34 void Remove(const ByteString& sAPType);
1889 void CPWL_AppStream::AddImage(const ByteString& sAPType, CPDF_Stream* pImage) { in AddImage() argument1890 CPDF_Stream* pStream = dict_->GetStreamFor(sAPType); in AddImage()1911 void CPWL_AppStream::Write(const ByteString& sAPType, in Write() argument1918 pStream = dict_->GetStreamFor(sAPType); in Write()1920 CPDF_Dictionary* pAPTypeDict = dict_->GetDictFor(sAPType); in Write()1922 pAPTypeDict = dict_->SetNewFor<CPDF_Dictionary>(sAPType); in Write()1931 pParentDict->SetNewFor<CPDF_Reference>(sAPType, doc, pStream->GetObjNum()); in Write()1950 void CPWL_AppStream::Remove(const ByteString& sAPType) { in Remove() argument1951 dict_->RemoveFor(sAPType); in Remove()
245 void CBA_FontMap::SetAPType(const ByteString& sAPType) { in SetAPType() argument246 m_sAPType = sAPType; in SetAPType()
23 void SetAPType(const ByteString& sAPType);