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

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

Completed in 106 milliseconds