Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp15 m_sAPType("N") in CBA_FontMap()
31 m_sAPType("N") in CBA_FontMap()
182 CPDF_Object* pObject = pAPDict->GetElement(m_sAPType); in AddFontToAnnotDict()
186 CPDF_Stream* pStream = pAPDict->GetStream(m_sAPType); in AddFontToAnnotDict()
191 pAPDict->SetAtReference(m_sAPType, m_pDocument, objnum); in AddFontToAnnotDict()
295 m_sAPType = sAPType; in SetAPType()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_CBA_Fontmap.h48 CFX_ByteString m_sAPType; variable