HomeSort by relevance Sort by last modified time
    Searched full:getdict (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 104 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDict("AcroForm");
107 CPDF_Dictionary * pDRDict = pAcroFormDict->GetDict("DR");
129 CPDF_Dictionary* pFonts = pResDict->GetDict("Font");
173 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDict("AP");
194 CPDF_Dictionary * pStreamDict = pStream->GetDict();
204 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources");
213 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font");
238 pAcroFormDict = pRootDict->GetDict("AcroForm");
262 if (CPDF_Dictionary * pDRDict = m_pAnnotDict->GetDict("DR"))
263 if (CPDF_Dictionary* pDRFontDict = pDRDict->GetDict("Font"))
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_viewerPreferences.cpp 17 pDict = pDict->GetDict(FX_BSTRC("ViewerPreferences"));
26 pDict = pDict->GetDict(FX_BSTRC("ViewerPreferences"));
doc_bookmark.cpp 11 CPDF_Dictionary* pRoot = m_pDocument->GetRoot()->GetDict("Outlines");
15 return pRoot->GetDict("First");
17 return Parent.m_pDict->GetDict("First");
24 CPDF_Dictionary *pNext = This.m_pDict->GetDict("Next");
90 return m_pDict->GetDict("A");
doc_formcontrol.cpp 22 CPDF_Dictionary* pAP = m_pWidgetDict->GetDict("AP");
26 CPDF_Dictionary* pN = pAP->GetDict("N");
53 CPDF_Dictionary* pAP = m_pWidgetDict->GetDict("AP");
160 CFX_FloatRect form_bbox = pStream->GetDict()->GetRect("BBox");
161 CFX_AffineMatrix form_matrix = pStream->GetDict()->GetMatrix("Matrix");
167 CPDF_Form form(m_pField->m_pForm->m_pDocument, m_pField->m_pForm->m_pFormDict->GetDict("DR"), pStream);
194 CPDF_ApSettings mk = m_pWidgetDict->GetDict(FX_BSTRC("MK"));
255 return m_pWidgetDict->GetDict("A");
261 return pObj->GetDict();
270 return m_pWidgetDict->GetDict("AA");
    [all...]
doc_ocg.cpp 17 if (((CPDF_Array*)pObject)->GetDict(i) == pGroupDict) {
23 if (pObject->GetDict() == pGroupDict) {
52 CPDF_Dictionary *pOCProperties = pDoc->GetRoot()->GetDict(FX_BSTRC("OCProperties"));
63 CPDF_Dictionary *pConfig = pOCProperties->GetDict(FX_BSTRC("D"));
69 pFind = pConfigs->GetDict(i);
129 CPDF_Dictionary *pUsage = pArray->GetDict(i);
143 CPDF_Dictionary *pState = pUsage->GetDict(csConfig);
158 CPDF_Dictionary *pUsage = pOCGDict->GetDict(FX_BSTRC("Usage"));
160 CPDF_Dictionary *pState = pUsage->GetDict(csState);
168 pState = pUsage->GetDict(FX_BSTRC("View"));
    [all...]
doc_ap.cpp 29 if (CPDF_Dictionary* pParentDict = pAnnotDict->GetDict("Parent")) {
76 CPDF_Dictionary* pFormDict = pDoc->GetRoot()->GetDict("AcroForm");
78 if (CPDF_Dictionary * pFontList = pResDict->GetDict("Font")) {
251 pFormDict = pRootDict->GetDict("AcroForm");
274 CPDF_Dictionary* pDRDict = pAnnotDict->GetDict(FX_BSTRC("DR"));
276 pDRDict = pFormDict->GetDict(FX_BSTRC("DR"));
280 if ((pDRFontDict = pDRDict->GetDict("Font"))) {
281 pFontDict = pDRFontDict->GetDict(sFontName.Mid(1));
283 pDRDict = pFormDict->GetDict(FX_BSTRC("DR"));
284 pDRFontDict = pDRDict->GetDict("Font");
    [all...]
doc_action.cpp 62 CPDF_Dictionary* pWinDict = m_pDict->GetDict(FX_BSTRC("Win"));
84 CPDF_Dictionary* pURI = pRoot->GetDict("URI");
193 return m_pDict->GetDict("Win");
214 return m_pDict->GetDict("AN");
216 return m_pDict->GetDict("Annotation");
273 return ((CPDF_Array*)pNext)->GetDict(iIndex);
295 return m_pDict->GetDict(g_sAATypes[(int)eType]);
345 return pAction->GetDict();
355 return pAction->GetDict();
doc_utils.cpp 44 pLevel = pLevel->GetDict("Parent");
301 CPDF_Dictionary* pDR = pFormDict->GetDict("DR");
305 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
332 CPDF_Dictionary* pDR = pFormDict->GetDict("DR");
336 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
371 CPDF_Dictionary* pDR = pFormDict->GetDict("DR");
375 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
379 CPDF_Dictionary* pElement = pFonts->GetDict(csAlias);
393 CPDF_Dictionary* pDR = pFormDict->GetDict("DR");
397 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
    [all...]
doc_link.cpp 73 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
104 return m_pDict->GetDict("A");
doc_tagged.cpp 15 CPDF_Dictionary* pMarkInfo = pCatalog->GetDict(FX_BSTRC("MarkInfo"));
45 m_pTreeRoot = pCatalog->GetDict(FX_BSTRC("StructTreeRoot"));
49 m_pRoleMap = m_pTreeRoot->GetDict(FX_BSTRC("RoleMap"));
81 CPDF_Dictionary* pKid = pArray->GetDict(i);
113 CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDict(FX_BSTRC("ParentTree"));
126 CPDF_Dictionary* pParent = pParentArray->GetDict(i);
148 CPDF_Dictionary* pParent = pDict->GetDict(FX_BSTRC("P"));
337 pDict = ((CPDF_Stream*)pAttrs)->GetDict();
382 CPDF_Dictionary* pClassMap = m_pTree->m_pTreeRoot->GetDict(FX_BSTRC("ClassMap"));
390 CPDF_Dictionary* pClassDict = pClassMap->GetDict(class_name);
    [all...]
doc_annot.cpp 22 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm");
38 pDict = pAnnots->GetDict(i);
86 !pOCContext->CheckOCGVisible(pAnnotDict->GetDict(FX_BSTRC("OC")))) {
180 CPDF_Dictionary* pAP = pAnnotDict->GetDict("AP");
205 value = pAnnotDict->GetDict(FX_BSTRC("Parent"))->GetString(FX_BSTRC("V"));
289 CPDF_Dictionary* pBS = m_pAnnotDict->GetDict("BS");
398 CPDF_Dictionary* pBS = m_pAnnotDict->GetDict("BS");
493 CPDF_Dictionary* pIRT = pAnnot->m_pAnnotDict->GetDict("IRT");
509 CPDF_Dictionary* pIRT = pAnnot->m_pAnnotDict->GetDict("IRT");
doc_basic.cpp 75 m_pRoot = pDoc->GetRoot()->GetDict(FX_BSTRC("Names"))->GetDict(category);
123 CPDF_Dictionary* pKid = pKids->GetDict(i);
159 CPDF_Dictionary* pKid = pKids->GetDict(i);
185 CPDF_Dictionary* pKid = pKids->GetDict(i);
231 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDict(FX_BSTRC("Dests"));
407 CPDF_Dictionary *pEF = ((CPDF_Dictionary*)m_pObj)->GetDict(FX_BSTRC("EF"));
510 CPDF_Dictionary* pLabels = pPDFRoot->GetDict(FX_BSTRC("PageLabels"));
tagged_int.h 52 CPDF_Dictionary * GetDict() const
doc_form.cpp 275 m_pFormDict = pRoot->GetDict("AcroForm");
285 LoadField(pFields->GetDict(i));
347 CPDF_Dictionary* pDict = pResDict->GetDict(csType);
858 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
878 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
900 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i - 1);
947 pDict = pArray->GetDict(i);
987 return pArray->GetDict(index);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 45 m_pRootDict = pRootObj->GetDict();
51 m_pInfoDict = pInfoObj->GetDict();
64 m_pRootDict = GetIndirectObject(m_pParser->GetRootObjNum())->GetDict();
68 m_pInfoDict = GetIndirectObject(m_pParser->GetInfoObjNum())->GetDict();
119 CPDF_Dictionary* pKid = pKidList->GetDict(i);
164 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
203 CPDF_Dictionary* pKid = pKidList->GetDict(i);
245 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
271 CPDF_Dictionary* pKid = pKidList->GetDict(i);
290 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
    [all...]
fpdf_parser_fdf.cpp 90 m_pRootDict = pMainDict->GetDict(FX_BSTRC("Root"));
114 CPDF_Object* pFileSpec = m_pRootDict->GetDict(FX_BSTRC("FDF"))->GetElementValue(FX_BSTRC("F"));
119 return FPDF_FileSpec_GetWin32Path(m_pRootDict->GetDict(FX_BSTRC("FDF")));
fpdf_parser_parser.cpp 252 SetEncryptDictionary(pEncryptObj->GetDict());
779 CPDF_Dictionary* pDict = pStream->GetDict();
785 if (pRoot && pRoot->GetDict() && pRoot->GetDict()->GetElement(FX_BSTRC("Pages"))) {
846 pTrailer = ((CPDF_Stream*)pObj)->GetDict();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 81 CPDF_Dictionary* pDict = m_pStream->GetDict();
104 CPDF_Dictionary* pDict = pStream->GetDict();
108 m_pOC = pDict->GetDict(FX_BSTRC("OC"));
fpdf_page_pattern.cpp 15 CPDF_Dictionary* pDict = m_pPatternObj->GetDict();
35 CPDF_Dictionary* pDict = m_pPatternObj->GetDict();
58 CPDF_Dictionary* pDict = m_pPatternObj->GetDict();
100 CPDF_Dictionary* pShadingDict = m_pShadingObj->GetDict();
147 CPDF_Dictionary* pDict = pShadingStream->GetDict();
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 74 CPDF_Dictionary* GetDict() const;
355 CPDF_Dictionary* GetDict(FX_DWORD index) const;
457 CPDF_Dictionary* GetDict(FX_BSTR key) const;
548 CPDF_Dictionary* GetDict() const
621 CPDF_Dictionary* GetDict() const
623 return m_pStream->GetDict();
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 402 pRes = pPageDict->GetDict("Resources");
411 CPDF_Dictionary* pPageXObject = pRes->GetDict("XObject");
441 CPDF_Dictionary* pNewOXbjectDic = pNewXObject->GetDict();
461 CPDF_Dictionary* pAnnotAP = pAnnotDic->GetDict("AP");
467 CPDF_Dictionary* pAPDic = pAnnotAP->GetDict("N");
497 CPDF_Dictionary* pAPDic = pAPStream->GetDict();
512 CPDF_Dictionary* pObjDic = pObj->GetDict();
520 CPDF_Dictionary* pXObject = pNewXORes->GetDict("XObject");
fsdk_baseannot.cpp 618 return m_pAnnot->m_pAnnotDict->GetDict("AP") != NULL;
626 CPDF_Dictionary* pAP = m_pAnnot->m_pAnnotDict->GetDict("AP");
789 CPDF_Dictionary* pBSDict = m_pAnnot->m_pAnnotDict->GetDict("BS");
814 CPDF_Dictionary* pBSDict = m_pAnnot->m_pAnnotDict->GetDict("BS");
829 CPDF_Dictionary* pBSDict = m_pAnnot->m_pAnnotDict->GetDict("BS");
861 CPDF_Dictionary* pBSDict = m_pAnnot->m_pAnnotDict->GetDict("BS");
891 CPDF_Dictionary* pBSDict = m_pAnnot->m_pAnnotDict->GetDict("BS");
921 CPDF_Dictionary* pBSDict = m_pAnnot->m_pAnnotDict->GetDict("BS");
1011 CPDF_Dictionary* pAPDict = m_pAnnot->m_pAnnotDict->GetDict("AP");
1029 CPDF_Dictionary* pAPTypeDict = pAPDict->GetDict(sAPType);
    [all...]
fpdf_transformpage.cpp 153 CPDF_Dictionary* pRes = pPageDic->GetDict(FX_BSTRC("Resources"));
156 CPDF_Dictionary* pPattenDict = pRes->GetDict(FX_BSTRC("Pattern"));
173 pDict = ((CPDF_Stream*)pObj)->GetDict();
  /external/pdfium/core/include/fpdfdoc/
fpdf_tagged.h 78 virtual CPDF_Dictionary * GetDict() const = 0;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 71 if (CPDF_Dictionary * pDict = m_pPDFStream->GetDict())
85 if (CPDF_Dictionary * pDict = m_pPDFStream->GetDict())
100 if (CPDF_Dictionary * pDict = m_pPDFStream->GetDict())

Completed in 673 milliseconds

1 2 3