HomeSort by relevance Sort by last modified time
    Searched defs:pPages (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 114 CPDF_Dictionary* pPages = (CPDF_Dictionary*)pDict->GetElement("Parent")->GetDirect();
115 while(pPages)
117 if(pPages->KeyExist("Rotate"))
119 rotate = pPages->GetElement("Rotate")->GetDirect()? pPages->GetElement("Rotate")->GetDirect()->GetInteger() / 90 : 0;
122 else if(pPages->KeyExist("Parent"))
123 pPages = (CPDF_Dictionary*)pPages->GetElement("Parent")->GetDirect();
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 106 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level)
108 CPDF_Array* pKidList = pPages->GetArray(FX_BSTRC("Kids"));
111 return pPages;
125 if (pKid == pPages) {
165 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
166 if (pPages == NULL) {
169 CPDF_Dictionary* pPage = _FindPDFPage(pPages, iPage, iPage, 0);
246 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
247 if (pPages == NULL) {
251 return _FindPageIndex(pPages, skip_count, objnum, index)
    [all...]
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 27 CPDF_Dictionary* pPages = new CPDF_Dictionary;
28 pPages->SetAtName("Type", "Pages");
29 pPages->SetAtNumber("Count", 0);
30 pPages->SetAt("Kids", new CPDF_Array);
31 objnum = AddIndirectObject(pPages);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 85 milliseconds