HomeSort by relevance Sort by last modified time
    Searched refs:GetDictFor (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/pdfium/core/fpdfdoc/
cpdf_bookmarktree.cpp 15 return CPDF_Bookmark(pParentDict->GetDictFor("First"));
21 CPDF_Dictionary* pOutlines = pRoot->GetDictFor("Outlines");
22 return pOutlines ? CPDF_Bookmark(pOutlines->GetDictFor("First"))
32 CPDF_Dictionary* pNext = pDict->GetDictFor("Next");
cpdf_aaction.cpp 22 return m_pDict ? CPDF_Action(m_pDict->GetDictFor(g_sAATypes[eType]))
cpdf_formcontrol.cpp 39 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP");
43 CPDF_Dictionary* pN = pAP->GetDictFor("N");
67 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP");
182 m_pField->m_pForm->m_pFormDict->GetDictFor("DR"), pStream);
202 return CPDF_ApSettings(m_pWidgetDict ? m_pWidgetDict->GetDictFor("MK")
251 return CPDF_Action(m_pWidgetDict->GetDictFor("A"));
265 return CPDF_AAction(m_pWidgetDict->GetDictFor("AA"));
292 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font");
294 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag);
305 CPDF_Dictionary* pPageDict = m_pWidgetDict->GetDictFor("P")
    [all...]
cpdf_link.cpp 31 return CPDF_Action(m_pDict->GetDictFor("A"));
cpvt_fontmap.cpp 36 CPDF_Dictionary* pFormDict = pDoc->GetRoot()->GetDictFor("AcroForm");
41 CPDF_Dictionary* pFontList = pResDict->GetDictFor("Font");
cpdf_occontext.cpp 49 CPDF_Dictionary* pOCProperties = pDoc->GetRoot()->GetDictFor("OCProperties");
60 CPDF_Dictionary* pConfig = pOCProperties->GetDictFor("D");
139 CPDF_Dictionary* pState = pUsage->GetDictFor(csConfig);
153 CPDF_Dictionary* pUsage = pOCGDict->GetDictFor("Usage");
155 CPDF_Dictionary* pState = pUsage->GetDictFor(csState);
162 pState = pUsage->GetDictFor("View");
cpdf_action.cpp 71 CPDF_Dictionary* pWinDict = m_pDict->GetDictFor("Win");
94 CPDF_Dictionary* pURI = pRoot->GetDictFor("URI");
doc_tagged.cpp 29 CPDF_Dictionary* pMarkInfo = pCatalog->GetDictFor("MarkInfo");
59 : m_pTreeRoot(pDoc->GetRoot()->GetDictFor("StructTreeRoot")),
60 m_pRoleMap(m_pTreeRoot ? m_pTreeRoot->GetDictFor("RoleMap") : nullptr),
92 CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDictFor("ParentTree");
125 CPDF_Dictionary* pParent = pDict->GetDictFor("P");
348 CPDF_Dictionary* pClassMap = m_pTree->m_pTreeRoot->GetDictFor("ClassMap");
355 CPDF_Dictionary* pClassDict = pClassMap->GetDictFor(class_name);
362 CPDF_Dictionary* pClassDict = pClassMap->GetDictFor(class_name);
cpdf_bookmark.cpp 72 return m_pDict ? CPDF_Action(m_pDict->GetDictFor("A")) : CPDF_Action();
cpdf_viewerpreferences.cpp 59 return pDict ? pDict->GetDictFor("ViewerPreferences") : nullptr;
cpvt_generateap.cpp 38 pFormDict = pRootDict->GetDictFor("AcroForm");
59 CPDF_Dictionary* pDRDict = pFormDict->GetDictFor("DR");
63 CPDF_Dictionary* pDRFontDict = pDRDict->GetDictFor("Font");
67 CPDF_Dictionary* pFontDict = pDRFontDict->GetDictFor(sFontName.Mid(1));
83 if (CPDF_Dictionary* pMKDict = pAnnotDict->GetDictFor("MK"))
115 if (CPDF_Dictionary* pBSDict = pAnnotDict->GetDictFor("BS")) {
148 if (CPDF_Dictionary* pMKDict = pAnnotDict->GetDictFor("MK")) {
173 CPDF_Dictionary* pAPDict = pAnnotDict->GetDictFor("AP");
186 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources");
188 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font")
    [all...]
cpdf_interform.cpp 110 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR");
114 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font");
118 CPDF_Dictionary* pElement = pFonts->GetDictFor(csAlias);
134 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR");
138 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font");
174 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR");
178 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font");
207 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR");
211 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font");
259 CPDF_Dictionary* pDR = pFormDict->GetDictFor("DR")
    [all...]
cpdf_nametree.cpp 146 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names");
150 m_pRoot = pNames->GetDictFor(category);
186 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDictFor("Dests");
cpdf_pagelabel.cpp 89 CPDF_Dictionary* pLabels = pPDFRoot->GetDictFor("PageLabels");
cpdf_annotlist.cpp 74 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm");
132 !pOCContext->CheckOCGVisible(pAnnotDict->GetDictFor("OC"))) {
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 96 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDictFor("AcroForm");
100 CPDF_Dictionary* pDRDict = pAcroFormDict->GetDictFor("DR");
117 CPDF_Dictionary* pFonts = pResDict->GetDictFor("Font");
158 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP");
182 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources");
185 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font");
202 pAcroFormDict = pRootDict->GetDictFor("AcroForm");
225 if (CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP")) {
226 if (CPDF_Dictionary* pNormalDict = pAPDict->GetDictFor("N")) {
228 pNormalDict->GetDictFor("Resources"))
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 65 return !!m_pAnnot->GetAnnotDict()->GetDictFor("AP");
69 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
174 CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS");
186 if (CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS"))
193 CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS");
219 CPDF_Dictionary* pBSDict = m_pAnnot->GetAnnotDict()->GetDictFor("BS");
301 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
311 CPDF_Dictionary* pAPTypeDict = pAPDict->GetDictFor(sAPType);
347 return CPDF_Action(m_pAnnot->GetAnnotDict()->GetDictFor("A"));
352 if (pDict != m_pAnnot->GetAnnotDict()->GetDictFor("A"))
    [all...]
fpdf_ext.cpp 137 CPDF_Dictionary* pNameDict = pRootDict->GetDictFor("Names");
143 CPDF_Dictionary* pJSDict = pNameDict->GetDictFor("JavaScript");
fpdf_flatten.cpp 295 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources");
304 CPDF_Dictionary* pPageXObject = pRes->GetDictFor("XObject");
344 CPDF_Dictionary* pAnnotAP = pAnnotDic->GetDictFor("AP");
350 CPDF_Dictionary* pAPDic = pAnnotAP->GetDictFor("N");
396 CPDF_Dictionary* pXObject = pNewXORes->GetDictFor("XObject");
  /external/pdfium/core/fpdfapi/page/
cpdf_form.cpp 24 m_pResources = m_pFormDict->GetDictFor("Resources");
cpdf_pageobjectholder.cpp 66 CPDF_Dictionary* pGroup = m_pFormDict->GetDictFor("Group");
  /external/pdfium/core/fpdfapi/font/
cpdf_type3font.cpp 45 m_pFontResources = m_pFontDict->GetDictFor("Resources");
73 m_pCharProcs = m_pFontDict->GetDictFor("CharProcs");
  /external/pdfium/core/fpdfapi/parser/
cfdf_document.cpp 81 m_pRootDict = pMainDict->GetDictFor("Root");
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp 32 return pGen->m_pPage->m_pResources->GetDictFor(type)->GetDictFor(name);
  /external/pdfium/xfa/fxfa/app/
xfa_ffdoc.cpp 305 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm");
377 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names");
381 CPDF_Dictionary* pXFAImages = pNames->GetDictFor("XFAImages");

Completed in 620 milliseconds

1 2 3