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

12 3

  /external/pdfium/fpdfsdk/
cpdfsdk_baannothandler.h 31 CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) override;
34 CPDFSDK_PageView* pPage) override;
cpdfsdk_widgethandler.h 32 CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) override;
35 CPDFSDK_PageView* pPage) override;
cpdfsdk_xfawidgethandler.h 29 CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) override;
31 CPDFSDK_PageView* pPage) override;
ipdfsdk_annothandler.h 28 CPDFSDK_PageView* pPage) = 0;
32 CPDFSDK_PageView* pPage) = 0;
cpdfsdk_widgethandler.cpp 49 CPDF_Page* pPage = pWidget->GetPDFPage();
50 uint32_t dwPermissions = pPage->m_pDocument->GetUserPermissions();
56 CPDFSDK_PageView* pPage) {
63 CPDFSDK_Widget* pWidget = new CPDFSDK_Widget(pAnnot, pPage, pInterForm);
74 CPDFSDK_PageView* pPage) {
cpdfsdk_xfawidgethandler.cpp 37 CPDFSDK_PageView* pPage) {
42 CPDFSDK_PageView* pPage) {
44 CPDFSDK_XFAWidget* pWidget = new CPDFSDK_XFAWidget(pAnnot, pPage, pInterForm);
cpdfsdk_interform.cpp 129 CPDFSDK_PageView* pPage = nullptr;
134 pPage = m_pFormFillEnv->GetPageView(nPageIndex);
137 if (!pPage) {
140 pPage = m_pFormFillEnv->GetPageView(nPageIndex);
143 if (!pPage)
146 return static_cast<CPDFSDK_Widget*>(pPage->GetAnnotByDict(pControlDict));
364 UnderlyingPageType* pPage = pWidget->GetUnderlyingPage();
366 m_pFormFillEnv->GetPageView(pPage, false), pWidget);
367 m_pFormFillEnv->Invalidate(pPage, rect);
cpdfsdk_formfillenvironment.h 60 CPDFSDK_PageView* GetPageView(UnderlyingPageType* pPage, bool renew);
63 void RemovePageView(UnderlyingPageType* pPage);
  /external/pdfium/core/fpdfapi/page/
cpdf_contentparser.h 28 explicit CPDF_ContentParser(CPDF_Page* pPage);
cpdf_image.h 51 void ResetCache(CPDF_Page* pPage, const RetainPtr<CFX_DIBitmap>& pDIBitmap);
  /external/pdfium/core/fpdfapi/render/
cpdf_pagerendercache.h 26 explicit CPDF_PageRenderCache(CPDF_Page* pPage);
cpdf_rendercontext.h 39 explicit CPDF_RenderContext(CPDF_Page* pPage);
cpdf_pagerendercache.cpp 30 CPDF_PageRenderCache::CPDF_PageRenderCache(CPDF_Page* pPage)
31 : m_pPage(pPage),
cpdf_imagerenderer.cpp 142 CPDF_Page* pPage = nullptr;
144 pPage = pPageCache->GetPage();
145 pDocument = pPage->m_pDocument.Get();
150 pPage ? pPage->m_pPageResources.Get() : nullptr;
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 62 RetainPtr<CPDFXFA_Page> pPage = m_pContext->GetXFAPage(pPageView);
63 if (!pPage)
70 pFormFillEnv->Invalidate(pPage.Get(), rt.ToFloatRect().ToFxRect());
92 RetainPtr<CPDFXFA_Page> pPage = m_pContext->GetXFAPage(pPageView);
93 if (!pPage)
101 pFormFillEnv->DisplayCaret(pPage.Get(), bVisible, rcCaret.left, rcCaret.top,
117 RetainPtr<CPDFXFA_Page> pPage = m_pContext->GetXFAPage(pXFAPageView);
118 if (!pPage)
126 pFormFillEnv->GetPageViewRect(pPage.Get(), pageViewRect);
229 RetainPtr<CPDFXFA_Page> pPage = m_pContext->GetXFAPage(pXFAPageView)
    [all...]
cpdfxfa_context.h 59 RetainPtr<CPDFXFA_Page> GetXFAPage(CXFA_FFPageView* pPage) const;
  /toolchain/binutils/binutils-2.27/bfd/
cpu-xgate.c 28 32, /* 32 bits used as 16 bit address and PPAGE value. */
  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 46 CPDF_Form* AnnotGetMatrix(const CPDF_Page* pPage,
51 CPDF_Form* pForm = pAnnot->GetAPForm(pPage, mode);
189 CPDF_Form* CPDF_Annot::GetAPForm(const CPDF_Page* pPage, AppearanceMode mode) {
199 m_pDocument.Get(), pPage->m_pResources.Get(), pStream);
351 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage,
367 CPDF_Form* pForm = AnnotGetMatrix(pPage, this, mode, &mtUser2Device, &matrix);
371 CPDF_RenderContext context(pPage);
377 bool CPDF_Annot::DrawInContext(const CPDF_Page* pPage,
392 CPDF_Form* pForm = AnnotGetMatrix(pPage, this, mode, pUser2Device, &matrix);
cpdf_formcontrol.h 55 CPDF_Page* pPage,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmnquery.h 33 typedef HRESULT (CALLBACK *LPCQADDPAGESPROC)(LPARAM lParam,REFCLSID clsidForm,LPCQPAGE pPage);
34 typedef HRESULT (CALLBACK *LPCQPAGEPROC)(LPCQPAGE pPage,HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
HTTP.c 536 CONST DT_PAGE * pPage;
583 pPage = &mPageList[0];
584 pPageEnd = &pPage[ mPageCount ];
585 while ( pPageEnd > pPage ) {
589 if ( 0 == HttpMatch ( pPage->pPageName, pWebPage, FALSE )) {
596 pPage += 1;
598 if ( pPageEnd <= pPage ) {
611 Status = pPage->pfnResponse ( SocketFD, pPort, pbDone );
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 29 CPDF_Page* pPage = pAnnot->GetPDFPage();
31 m_pDocument = pPage->m_pDocument.Get();
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-versados/
t1.ld 60 .PPAGE =0x000000D4 ;
150 .PPAGE =0x 0x000000;
241 .PPAGE = 0xfeedface;
t2.ld 60 .PPAGE =0x000000D4 ;
150 .PPAGE =0x 0x000000;
241 .PPAGE = 0xfeedface;
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
ltp_tbio.c 202 struct page *ppage = NULL; local
214 ppage = virt_to_page(addr);
215 if (ppage == NULL) {
221 ret = bio_add_page(tbiop, ppage, PAGE_SIZE, offset);

Completed in 498 milliseconds

12 3