Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp28 m_sAPType("N") { in CBA_FontMap()
162 CPDF_Object* pObject = pAPDict->GetObjectFor(m_sAPType); in AddFontToAnnotDict()
166 CPDF_Stream* pStream = pAPDict->GetStreamFor(m_sAPType); in AddFontToAnnotDict()
169 pAPDict->SetNewFor<CPDF_Reference>(m_sAPType, m_pDocument.Get(), in AddFontToAnnotDict()
246 m_sAPType = sAPType; in SetAPType()
Dcba_fontmap.h43 ByteString m_sAPType; variable