Home
last modified time | relevance | path

Searched refs:m_pAnnotDict (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp16 m_pAnnotDict(NULL), in CBA_FontMap()
22 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict(); in CBA_FontMap()
78 ASSERT(m_pAnnotDict != NULL); in FindFontSameCharset()
80 if (m_pAnnotDict->GetString("Subtype") == "Widget") { in FindFontSameCharset()
157 ASSERT(m_pAnnotDict != NULL); in AddFontToAnnotDict()
160 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDict("AP"); in AddFontToAnnotDict()
164 m_pAnnotDict->SetAt("AP", pAPDict); in AddFontToAnnotDict()
208 ASSERT(m_pAnnotDict != NULL); in GetAnnotDefaultFont()
213 FX_BOOL bWidget = (m_pAnnotDict->GetString("Subtype") == "Widget"); in GetAnnotDefaultFont()
222 if ((pObj = FPDF_GetFieldAttr(m_pAnnotDict, "DA"))) in GetAnnotDefaultFont()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp118 : m_pAnnotDict(pDict), in CPDF_Annot()
120 m_sSubtype(m_pAnnotDict->GetConstString("Subtype")) {} in CPDF_Annot()
135 if (!m_pAnnotDict) { in GetRect()
138 rect = m_pAnnotDict->GetRect("Rect"); in GetRect()
143 return m_pAnnotDict->GetInteger("F"); in GetFlags()
185 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(m_pAnnotDict, mode); in GetAPForm()
264 CPDF_Dictionary* pBS = m_pAnnotDict->GetDict("BS"); in DrawBorder()
269 CPDF_Array* pBorderArray = m_pAnnotDict->GetArray("Border"); in DrawBorder()
303 CPDF_Array* pColor = m_pAnnotDict->GetArray("C"); in DrawBorder()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_CBA_Fontmap.h40 CPDF_Dictionary* m_pAnnotDict; variable
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h396 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict; } in GetAnnotDict()
397 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict; } in GetAnnotDict()
419 CPDF_Dictionary* const m_pAnnotDict;