HomeSort by relevance Sort by last modified time
    Searched refs:pRootDict (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 101 CPDF_Dictionary * pRootDict = pDocument->GetRoot();
102 if (!pRootDict) return NULL;
104 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDict("AcroForm");
237 if (CPDF_Dictionary * pRootDict = m_pDocument->GetRoot())
238 pAcroFormDict = pRootDict->GetDict("AcroForm");
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 163 CPDF_Dictionary * pRootDict = pDoc->GetRoot();
164 if(pRootDict)
167 if(pRootDict->KeyExist("Collection"))
172 if(pRootDict->KeyExist("Names"))
174 CPDF_Dictionary* pNameDict = pRootDict->GetDict("Names");
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 250 if (CPDF_Dictionary * pRootDict = pDoc->GetRoot()) {
251 pFormDict = pRootDict->GetDict("AcroForm");
    [all...]

Completed in 158 milliseconds