Searched defs:pPages (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp105 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level) argument
107 CPDF_Array* pKidList = pPages->GetArray(FX_BSTRC("Kids"));
110 return pPages;
124 if (pKid == pPages) {
164 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
165 if (pPages == NULL) {
168 CPDF_Dictionary* pPage = _FindPDFPage(pPages, iPage, iPage, 0);
245 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
246 if (pPages == NULL) {
250 return _FindPageIndex(pPages, skip_coun
256 _CountPages(CPDF_Dictionary* pPages, int level) argument
290 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
299 _EnumPages(CPDF_Dictionary* pPages, IPDF_EnumPageHandler* pHandler) argument
326 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
[all...]
H A Dfpdf_parser_parser.cpp3244 CPDF_Object *pPages = (CPDF_Object *)m_PagesArray.GetAt(i); local
3245 if (!pPages) {
3248 if (!GetPageKids(m_pCurrentParser, pPages)) {
3249 pPages->Release();
3251 pPages = (CPDF_Object *)m_PagesArray.GetAt(i);
3252 pPages->Release();
3258 pPages->Release();
3267 FX_BOOL CPDF_DataAvail::GetPageKids(CPDF_Parser *pParser, CPDF_Object *pPages) argument
3273 CPDF_Object *pKids = pPages->GetDict()->GetElement(FX_BSTRC("Kids"));
3300 CPDF_Object *pPages local
3853 CPDF_Object *pPages = GetObject(dwPageNo, pHints, &bExist); local
4017 CPDF_Object *pPages = GetObject(m_PagesObjNum, pHints, &bExist); local
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfeditpage.cpp121 CPDF_Dictionary* pPages = (CPDF_Dictionary*)pDict->GetElement("Parent")->GetDirect(); local
122 while(pPages)
124 if(pPages->KeyExist("Rotate"))
126 rotate = pPages->GetElement("Rotate")->GetDirect()->GetInteger() / 90;
129 else if(pPages->KeyExist("Parent"))
130 pPages = (CPDF_Dictionary*)pPages->GetElement("Parent")->GetDirect();
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp27 CPDF_Dictionary* pPages = FX_NEW CPDF_Dictionary; local
28 pPages->SetAtName("Type", "Pages");
29 pPages->SetAtNumber("Count", 0);
30 pPages->SetAt("Kids", FX_NEW CPDF_Array);
31 objnum = AddIndirectObject(pPages);
1077 static int InsertDeletePDFPage(CPDF_Document* pDoc, CPDF_Dictionary* pPages, argument
1080 CPDF_Array* pKidList = pPages->GetArray("Kids");
1091 pPage->SetAtReference("Parent", pDoc, pPages->GetObjNum());
1095 pPages->SetAtInteger("Count", pPages
1127 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); local
1180 CPDF_Dictionary* pPages = pRoot->GetDict("Pages"); local
[all...]
/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 64 milliseconds