HomeSort by relevance Sort by last modified time
    Searched full:ppage (Results 51 - 72 of 72) sorted by null

1 23

  /external/pdfium/core/fpdftext/
cpdf_textpage.h 93 CPDF_TextPage(const CPDF_Page* pPage, FPDFText_Direction flags);
cpdf_textpage.cpp 137 CPDF_TextPage::CPDF_TextPage(const CPDF_Page* pPage, FPDFText_Direction flags)
138 : m_pPage(pPage),
145 pPage->GetDisplayMatrix(0, 0, static_cast<int>(pPage->GetPageWidth()),
146 static_cast<int>(pPage->GetPageHeight()), 0);
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 250 UnderlyingPageType* pPage = pWidget->GetUnderlyingPage();
251 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage, true);
427 UnderlyingPageType* pPage = m_pWidget->GetUnderlyingPage();
428 return m_pFormFillEnv->GetPageView(pPage, renew);
cffl_interactiveformfiller.cpp 461 CPDF_Page* pPage = pWidget->GetPDFPage();
462 uint32_t dwPermissions = pPage->m_pDocument->GetUserPermissions();
546 CPDF_Page* pPage = pWidget->GetPDFPage();
548 CFX_FloatRect rcPageView(0, pPage->GetPageHeight(), pPage->GetPageWidth(), 0);
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.h 36 int32_t GetPageIndex(const CXFA_ContainerLayoutItem* pPage) const;
cxfa_layoutpagemgr.cpp 753 const CXFA_ContainerLayoutItem* pPage) const {
754 auto it = std::find(m_PageArray.begin(), m_PageArray.end(), pPage);
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.cpp 164 CPDF_Page* pPage,
184 CPDF_RenderContext context(pPage);
cpdf_interform.cpp 812 CPDF_FormControl* CPDF_InterForm::GetControlAtPoint(CPDF_Page* pPage,
816 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArrayFor("Annots");
972 void CPDF_InterForm::FixPageFields(const CPDF_Page* pPage) {
973 CPDF_Dictionary* pPageDict = pPage->m_pFormDict.Get();
    [all...]
  /external/pdfium/fpdfsdk/
fpdftext.cpp 54 CPDFXFA_Page* pPage = (CPDFXFA_Page*)page;
55 CPDFXFA_Context* pContext = pPage->GetContext();
cpdfsdk_formfillenvironment.cpp 567 UnderlyingPageType* pPage =
569 return pPage ? GetPageView(pPage, true) : nullptr;
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 580 std::unique_ptr<CPDF_Object> pPage = GetObject(dwPageNo, &bExists);
586 if (!pPage)
589 if (pPage->IsArray()) {
595 if (!pPage->IsDictionary()) {
601 CPDF_Dictionary* pDict = pPage->GetDict();
cpdf_document.cpp 510 CPDF_Dictionary* pPage = TraversePDFPages(iPage, &nPagesToGo, 0);
512 return pPage;
    [all...]
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
tagp.c 549 void *ppage = agp_generic_alloc_page(); local
550 if (ppage != NULL)
551 agp_generic_destroy_page(ppage);
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 329 void CPDF_Image::ResetCache(CPDF_Page* pPage,
332 pPage->GetRenderCache()->ResetBitmap(pHolder, pBitmap);
  /external/llvm/test/CodeGen/X86/
2009-04-29-RegAllocAssert.ll 72 define fastcc void @dropCell(%struct.MemPage* nocapture %pPage, i32 %idx, i32 %sz) nounwind ssp {
114 %14 = getelementptr %struct.MemPage, %struct.MemPage* %pPage, i64 0, i32 1 ; <i8*> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2009-04-29-RegAllocAssert.ll 72 define fastcc void @dropCell(%struct.MemPage* nocapture %pPage, i32 %idx, i32 %sz) nounwind ssp {
114 %14 = getelementptr %struct.MemPage* %pPage, i64 0, i32 1 ; <i8*> [#uses=1]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]
  /external/pdfium/fxjs/
cjs_document.cpp 444 UnderlyingPageType* pPage = pWidget->GetUnderlyingPage();
445 ASSERT(pPage);
450 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage, false);
    [all...]
cjs_field.cpp     [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]

Completed in 1222 milliseconds

1 23