Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp567 return m_pAnnot->m_pAnnotDict; in GetAnnotDict()
573 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in SetRect()
577 m_pAnnot->m_pAnnotDict->SetAtRect("Rect", rect); in SetRect()
614 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in IsAppearanceValid()
616 return m_pAnnot->m_pAnnotDict->GetDict("AP") != NULL; in IsAppearanceValid()
622 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in IsAppearanceValid()
624 CPDF_Dictionary* pAP = m_pAnnot->m_pAnnotDict->GetDict("AP"); in IsAppearanceValid()
659 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in SetContents()
662 m_pAnnot->m_pAnnotDict->RemoveAt("Contents"); in SetContents()
664 m_pAnnot->m_pAnnotDict->SetAtString("Contents", PDF_EncodeText(sContents)); in SetContents()
[all …]
Dfpdf_ext.cpp67 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict; in CheckUnSupportAnnot()
92 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict; in CheckUnSupportAnnot()
Dfpdfeditpage.cpp295 pRectArray = pAnnot->m_pAnnotDict->GetArray("Rect"); in FPDFPage_TransformAnnots()
301 pAnnot->m_pAnnotDict->SetAt("Rect",pRectArray); in FPDFPage_TransformAnnots()
Dfsdk_annothandler.cpp95 ASSERT(pPDFAnnot->m_pAnnotDict != NULL); in Annot_OnCreate()
98 pPDFAnnot->m_pAnnotDict->SetAtString("M", curTime.ToPDFDateTimeString()); in Annot_OnCreate()
99 pPDFAnnot->m_pAnnotDict->SetAtNumber("F", (int)0); in Annot_OnCreate()
405 …mControl* pCtrl = CPDFSDK_Widget::GetFormControl(pInterForm->GetInterForm(), pAnnot->m_pAnnotDict)) in NewAnnot()
Dfsdk_baseform.cpp43 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in IsWidgetAppearanceValid()
45 CPDF_Dictionary* pAP = m_pAnnot->m_pAnnotDict->GetDict("AP"); in IsWidgetAppearanceValid()
99 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict); in GetFieldFlags()
1542 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in AddImageToAppearance()
1547 CPDF_Dictionary* pAPDict = m_pAnnot->m_pAnnotDict->GetDict("AP"); in AddImageToAppearance()
1583 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in RemoveAppearance()
1585 if (CPDF_Dictionary* pAPDict = m_pAnnot->m_pAnnotDict->GetDict("AP")) in RemoveAppearance()
Dfsdk_mgr.cpp754 CPDF_Dictionary* pAnnotDic = pAnnot->m_pAnnotDict; in Annot_HasAppearance()
834 if(pDict==pAnnot->GetPDFAnnot()->m_pAnnotDict) in GetAnnotByDict()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp13 m_pAnnotDict(NULL), in CBA_FontMap()
22 m_pAnnotDict = pAnnot->GetPDFAnnot()->m_pAnnotDict; in CBA_FontMap()
29 m_pAnnotDict(pAnnotDict), in CBA_FontMap()
94 ASSERT(m_pAnnotDict != NULL); in FindFontSameCharset()
96 if (m_pAnnotDict->GetString("Subtype") == "Widget") in FindFontSameCharset()
170 ASSERT(m_pAnnotDict != NULL); in AddFontToAnnotDict()
173 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDict("AP"); in AddFontToAnnotDict()
178 m_pAnnotDict->SetAt("AP", pAPDict); in AddFontToAnnotDict()
228 ASSERT(m_pAnnotDict != NULL); in GetAnnotDefaultFont()
233 FX_BOOL bWidget = (m_pAnnotDict->GetString("Subtype") == "Widget"); in GetAnnotDefaultFont()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp83 CPDF_Dictionary* pAnnotDict = pAnnot->m_pAnnotDict; in DisplayPass()
141 m_pAnnotDict = pDict; in CPDF_Annot()
149 if (m_pAnnotDict->GetObjNum() == 0) { in NewAnnotRef()
150 m_pList->m_pDocument->AddIndirectObject(m_pAnnotDict); in NewAnnotRef()
152 return CPDF_Reference::Create(m_pList->m_pDocument, m_pAnnotDict->GetObjNum()); in NewAnnotRef()
167 return m_pAnnotDict ? m_pAnnotDict->GetConstString(FX_BSTRC("Subtype")) : CFX_ByteStringC(); in GetSubType()
171 if (m_pAnnotDict == NULL) { in GetRect()
174 rect = m_pAnnotDict->GetRect("Rect"); in GetRect()
219 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(m_pAnnotDict, mode); in GetAPForm()
286 CPDF_Dictionary* pBS = m_pAnnotDict->GetDict("BS"); in GetBorder()
[all …]
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_CBA_Fontmap.h43 CPDF_Dictionary* m_pAnnotDict; variable
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h575 CPDF_Dictionary* m_pAnnotDict; variable
581 return m_pAnnotDict->GetInteger("F"); in GetFlags()