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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 105 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level)
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"));
165 if (pPages == NULL) {
168 CPDF_Dictionary* pPage = _FindPDFPage(pPages, iPage, iPage, 0);
245 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
246 if (pPages == NULL) {
250 return _FindPageIndex(pPages, skip_count, objnum, index);
    [all...]
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 121 CPDF_Dictionary* pPages = (CPDF_Dictionary*)pDict->GetElement("Parent")->GetDirect();
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/
fpdf_edit_doc.cpp 27 CPDF_Dictionary* pPages = FX_NEW CPDF_Dictionary;
28 pPages->SetAtName("Type", "Pages");
29 pPages->SetAtNumber("Count", 0);
30 pPages->SetAt("Kids", FX_NEW CPDF_Array);
31 objnum = AddIndirectObject(pPages);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc 752 ISpecifyPropertyPages* pPages = NULL;
756 hr = filter->QueryInterface(IID_ISpecifyPropertyPages, (LPVOID*) &pPages);
762 hr = pPages->GetPages(&uuid);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 182 CPDF_Dictionary* _FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level);
1010 FX_BOOL GetPageKids(CPDF_Parser *pParser, CPDF_Object *pPages);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h     [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 266 milliseconds