Home
last modified time | relevance | path

Searched refs:GetDictFor (Results 1 – 25 of 55) sorted by relevance

123

/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp96 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDictFor("AcroForm"); in FindFontSameCharset()
100 CPDF_Dictionary* pDRDict = pAcroFormDict->GetDictFor("DR"); in FindFontSameCharset()
117 CPDF_Dictionary* pFonts = pResDict->GetDictFor("Font"); in FindResFontSameCharset()
158 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP"); in AddFontToAnnotDict()
182 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddFontToAnnotDict()
185 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in AddFontToAnnotDict()
202 pAcroFormDict = pRootDict->GetDictFor("AcroForm"); in GetAnnotDefaultFont()
225 if (CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP")) { in GetAnnotDefaultFont()
226 if (CPDF_Dictionary* pNormalDict = pAPDict->GetDictFor("N")) { in GetAnnotDefaultFont()
228 pNormalDict->GetDictFor("Resources")) { in GetAnnotDefaultFont()
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp39 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP"); in GetOnStateName()
43 CPDF_Dictionary* pN = pAP->GetDictFor("N"); in GetOnStateName()
67 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP"); in SetOnStateName()
182 m_pField->m_pForm->m_pFormDict->GetDictFor("DR"), pStream); in DrawControl()
202 return CPDF_ApSettings(m_pWidgetDict ? m_pWidgetDict->GetDictFor("MK") in GetMK()
251 return CPDF_Action(m_pWidgetDict->GetDictFor("A")); in GetAction()
265 return CPDF_AAction(m_pWidgetDict->GetDictFor("AA")); in GetAdditionalAction()
292 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font"); in GetDefaultControlFont()
294 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag); in GetDefaultControlFont()
305 CPDF_Dictionary* pPageDict = m_pWidgetDict->GetDictFor("P"); in GetDefaultControlFont()
[all …]
Dcpdf_bookmarktree.cpp15 return CPDF_Bookmark(pParentDict->GetDictFor("First")); in GetFirstChild()
21 CPDF_Dictionary* pOutlines = pRoot->GetDictFor("Outlines"); in GetFirstChild()
22 return pOutlines ? CPDF_Bookmark(pOutlines->GetDictFor("First")) in GetFirstChild()
32 CPDF_Dictionary* pNext = pDict->GetDictFor("Next"); in GetNextSibling()
Dcpdf_occontext.cpp49 CPDF_Dictionary* pOCProperties = pDoc->GetRoot()->GetDictFor("OCProperties"); in GetConfig()
60 CPDF_Dictionary* pConfig = pOCProperties->GetDictFor("D"); in GetConfig()
139 CPDF_Dictionary* pState = pUsage->GetDictFor(csConfig); in LoadOCGStateFromConfig()
153 CPDF_Dictionary* pUsage = pOCGDict->GetDictFor("Usage"); in LoadOCGState()
155 CPDF_Dictionary* pState = pUsage->GetDictFor(csState); in LoadOCGState()
162 pState = pUsage->GetDictFor("View"); in LoadOCGState()
Ddoc_tagged.cpp29 CPDF_Dictionary* pMarkInfo = pCatalog->GetDictFor("MarkInfo"); in IsTagged()
59 : m_pTreeRoot(pDoc->GetRoot()->GetDictFor("StructTreeRoot")), in CPDF_StructTree()
60 m_pRoleMap(m_pTreeRoot ? m_pTreeRoot->GetDictFor("RoleMap") : nullptr), in CPDF_StructTree()
92 CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDictFor("ParentTree"); in LoadPageTree()
125 CPDF_Dictionary* pParent = pDict->GetDictFor("P"); in AddPageNode()
348 CPDF_Dictionary* pClassMap = m_pTree->m_pTreeRoot->GetDictFor("ClassMap"); in GetAttr()
355 CPDF_Dictionary* pClassDict = pClassMap->GetDictFor(class_name); in GetAttr()
362 CPDF_Dictionary* pClassDict = pClassMap->GetDictFor(class_name); in GetAttr()
Dcpvt_generateap.cpp38 pFormDict = pRootDict->GetDictFor("AcroForm"); in GenerateWidgetAP()
59 CPDF_Dictionary* pDRDict = pFormDict->GetDictFor("DR"); in GenerateWidgetAP()
63 CPDF_Dictionary* pDRFontDict = pDRDict->GetDictFor("Font"); in GenerateWidgetAP()
67 CPDF_Dictionary* pFontDict = pDRFontDict->GetDictFor(sFontName.Mid(1)); in GenerateWidgetAP()
83 if (CPDF_Dictionary* pMKDict = pAnnotDict->GetDictFor("MK")) in GenerateWidgetAP()
115 if (CPDF_Dictionary* pBSDict = pAnnotDict->GetDictFor("BS")) { in GenerateWidgetAP()
148 if (CPDF_Dictionary* pMKDict = pAnnotDict->GetDictFor("MK")) { in GenerateWidgetAP()
173 CPDF_Dictionary* pAPDict = pAnnotDict->GetDictFor("AP"); in GenerateWidgetAP()
186 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateWidgetAP()
188 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateWidgetAP()
[all …]
Dcpdf_interform.cpp110 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR"); in GetFont()
114 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetFont()
118 CPDF_Dictionary* pElement = pFonts->GetDictFor(csAlias); in GetFont()
134 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR"); in GetNativeFont()
138 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetNativeFont()
174 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR"); in FindFont()
178 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in FindFont()
207 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR"); in FindFont()
211 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in FindFont()
259 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR"); in AddFont()
[all …]
Dcpvt_fontmap.cpp36 CPDF_Dictionary* pFormDict = pDoc->GetRoot()->GetDictFor("AcroForm"); in GetAnnotSysPDFFont()
41 CPDF_Dictionary* pFontList = pResDict->GetDictFor("Font"); in GetAnnotSysPDFFont()
Dcpdf_nametree.cpp146 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names"); in CPDF_NameTree()
150 m_pRoot = pNames->GetDictFor(category); in CPDF_NameTree()
186 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDictFor("Dests"); in LookupNamedDest()
Dcpdf_action.cpp71 CPDF_Dictionary* pWinDict = m_pDict->GetDictFor("Win"); in GetFilePath()
94 CPDF_Dictionary* pURI = pRoot->GetDictFor("URI"); in GetURI()
Dcpdf_aaction.cpp22 return m_pDict ? CPDF_Action(m_pDict->GetDictFor(g_sAATypes[eType])) in GetAction()
Dcpdf_annotlist.cpp74 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in CPDF_AnnotList()
132 !pOCContext->CheckOCGVisible(pAnnotDict->GetDictFor("OC"))) { in DisplayPass()
Dcpdf_link.cpp31 return CPDF_Action(m_pDict->GetDictFor("A")); in GetAction()
Dcpdf_formfield.cpp62 CPDF_Dictionary* pParent = pFieldDict->GetDictFor("Parent"); in FPDF_GetFieldAttr()
81 pLevel = pLevel->GetDictFor("Parent"); in FPDF_GetFullName()
918 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR"); in LoadDA()
922 CPDF_Dictionary* pFont = pDR->GetDictFor("Font"); in LoadDA()
929 CPDF_Dictionary* pFontDict = pFont->GetDictFor(font_name); in LoadDA()
Dcpdf_viewerpreferences.cpp59 return pDict ? pDict->GetDictFor("ViewerPreferences") : nullptr; in GetViewerPreferences()
Dcpdf_bookmark.cpp72 return m_pDict ? CPDF_Action(m_pDict->GetDictFor("A")) : CPDF_Action(); in GetAction()
Dcpdf_annot.cpp162 CPDF_Dictionary* pAP = pAnnotDict->GetDictFor("AP"); in FPDFDOC_GetAnnotAP()
185 CPDF_Dictionary* pParentDict = pAnnotDict->GetDictFor("Parent"); in FPDFDOC_GetAnnotAP()
427 CPDF_Dictionary* pBS = m_pAnnotDict->GetDictFor("BS"); in DrawBorder()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp65 return !!m_pAnnot->GetAnnotDict()->GetDictFor("AP"); in IsAppearanceValid()
69 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP"); in IsAppearanceValid()
174 CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS"); in SetBorderWidth()
186 if (CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS")) in GetBorderWidth()
193 CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS"); in SetBorderStyle()
219 CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS"); in GetBorderStyle()
301 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDictFor("AP"); in WriteAppearance()
311 CPDF_Dictionary* pAPTypeDict = pAPDict->GetDictFor(sAPType); in WriteAppearance()
347 return CPDF_Action(m_pAnnot->GetAnnotDict()->GetDictFor("A")); in GetAction()
352 if (pDict != m_pAnnot->GetAnnotDict()->GetDictFor("A")) { in SetAction()
[all …]
Dfpdf_flatten.cpp295 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources"); in FPDFPage_Flatten()
304 CPDF_Dictionary* pPageXObject = pRes->GetDictFor("XObject"); in FPDFPage_Flatten()
344 CPDF_Dictionary* pAnnotAP = pAnnotDic->GetDictFor("AP"); in FPDFPage_Flatten()
350 CPDF_Dictionary* pAPDic = pAnnotAP->GetDictFor("N"); in FPDFPage_Flatten()
396 CPDF_Dictionary* pXObject = pNewXORes->GetDictFor("XObject"); in FPDFPage_Flatten()
Dfpdf_ext.cpp137 CPDF_Dictionary* pNameDict = pRootDict->GetDictFor("Names"); in CheckUnSupportError()
143 CPDF_Dictionary* pJSDict = pNameDict->GetDictFor("JavaScript"); in CheckUnSupportError()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp45 m_pFontResources = m_pFontDict->GetDictFor("Resources"); in Load()
73 m_pCharProcs = m_pFontDict->GetDictFor("CharProcs"); in Load()
/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp24 m_pResources = m_pFormDict->GetDictFor("Resources"); in CPDF_Form()
Dcpdf_pageobjectholder.cpp66 CPDF_Dictionary* pGroup = m_pFormDict->GetDictFor("Group"); in LoadTransInfo()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp305 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in OpenDoc()
377 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names"); in GetPDFNamedImage()
381 CPDF_Dictionary* pXFAImages = pNames->GetDictFor("XFAImages"); in GetPDFNamedImage()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp32 return pGen->m_pPage->m_pResources->GetDictFor(type)->GetDictFor(name); in TestGetResource()

123