Searched refs:pPages (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp106 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level) argument
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")); local
166 if (pPages == NULL) {
169 CPDF_Dictionary* pPage = _FindPDFPage(pPages, iPage, iPage, 0);
246 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
247 if (pPages == NULL) {
251 return _FindPageIndex(pPages, skip_coun
257 _CountPages(CPDF_Dictionary* pPages, int level) argument
291 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
[all...]
H A Dfpdf_parser_parser.cpp2775 FX_BOOL GetPageKids(CPDF_Parser *pParser, CPDF_Object *pPages);
3501 CPDF_Object *pPages = (CPDF_Object *)m_PagesArray.GetAt(i); local
3502 if (!pPages) {
3505 if (!GetPageKids(m_pCurrentParser, pPages)) {
3506 pPages->Release();
3508 pPages = (CPDF_Object *)m_PagesArray.GetAt(i);
3509 pPages->Release();
3515 pPages->Release();
3523 FX_BOOL CPDF_DataAvail::GetPageKids(CPDF_Parser *pParser, CPDF_Object *pPages) argument
3529 CPDF_Dictionary* pDict = pPages
3559 CPDF_Object *pPages = GetObject(m_PagesObjNum, pHints, &bExist); local
4112 CPDF_Object *pPages = GetObject(dwPageNo, pHints, &bExist); local
4277 CPDF_Object *pPages = GetObject(m_PagesObjNum, pHints, &bExist); local
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfeditpage.cpp114 CPDF_Dictionary* pPages = (CPDF_Dictionary*)pDict->GetElement("Parent")->GetDirect(); local
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_edit/
H A Dfpdf_edit_doc.cpp27 CPDF_Dictionary* pPages = new CPDF_Dictionary; local
28 pPages->SetAtName("Type", "Pages");
29 pPages->SetAtNumber("Count", 0);
30 pPages->SetAt("Kids", new CPDF_Array);
31 objnum = AddIndirectObject(pPages);
1055 static int InsertDeletePDFPage(CPDF_Document* pDoc, CPDF_Dictionary* pPages, argument
1058 CPDF_Array* pKidList = pPages->GetArray("Kids");
1069 pPage->SetAtReference("Parent", pDoc, pPages->GetObjNum());
1073 pPages->SetAtInteger("Count", pPages
1105 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
1158 CPDF_Dictionary* pPages = pRoot->GetDict("Pages"); local
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h177 CPDF_Dictionary* _FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 124 milliseconds