Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 101) sorted by relevance

12345

/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp95 DLLEXPORT int STDCALL FPDFPage_GetRotation(FPDF_PAGE page) in FPDFPage_GetRotation()
137 DLLEXPORT void STDCALL FPDFPage_InsertObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj) in FPDFPage_InsertObject()
192 DLLEXPORT int STDCALL FPDFPage_CountObject(FPDF_PAGE page) in FPDFPage_CountObject()
204 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPage_GetObject(FPDF_PAGE page, int index) in FPDFPage_GetObject()
216 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_HasTransparency(FPDF_PAGE page) in FPDFPage_HasTransparency()
256 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GenerateContent(FPDF_PAGE page) in FPDFPage_GenerateContent()
279 DLLEXPORT void STDCALL FPDFPage_TransformAnnots(FPDF_PAGE page, in FPDFPage_TransformAnnots()
309 DLLEXPORT void STDCALL FPDFPage_SetRotation(FPDF_PAGE page, int rotate) in FPDFPage_SetRotation()
Dfpdfformfill.cpp16 DLLEXPORT int STDCALL FPDPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, FPDF_PAGE page,double pa… in FPDPage_HasFormFieldAtPoint()
78 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier,… in FORM_OnMouseMove()
99 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifie… in FORM_OnLButtonDown()
116 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier,… in FORM_OnLButtonUp()
133 DLLEXPORT FPDF_BOOL STDCALL FORM_OnKeyDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, i… in FORM_OnKeyDown()
148 DLLEXPORT FPDF_BOOL STDCALL FORM_OnKeyUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, int… in FORM_OnKeyUp()
164 DLLEXPORT FPDF_BOOL STDCALL FORM_OnChar(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nChar, int mo… in FORM_OnChar()
189 DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, in… in FPDF_FFLDraw()
307 DLLEXPORT void STDCALL FORM_OnAfterLoadPage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle) in FORM_OnAfterLoadPage()
322 DLLEXPORT void STDCALL FORM_OnBeforeClosePage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle) in FORM_OnBeforeClosePage()
[all …]
Dfpdf_progressive.cpp17 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start( FPDF_BITMAP bitmap, FPDF_PAGE page, in FPDF_RenderPageBitmap_Start()
60 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,IFSDK_PAUSE * pause) in FPDF_RenderPage_Continue()
89 DLLEXPORT void STDCALL FPDF_RenderPage_Close(FPDF_PAGE page) in FPDF_RenderPage_Close()
Dfpdftext_embeddertest.cpp33 FPDF_PAGE page = LoadPage(0); in TEST_F() local
142 FPDF_PAGE page = LoadPage(0); in TEST_F() local
249 FPDF_PAGE page = LoadPage(0); in TEST_F() local
262 FPDF_PAGE page = LoadPage(0); in TEST_F() local
Dfpdfformfill_embeddertest.cpp28 FPDF_PAGE page = LoadPage(0); in TEST_F() local
38 FPDF_PAGE page = LoadPage(0); in TEST_F() local
Dfpdf_transformpage.cpp10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, … in FPDFPage_SetMediaBox()
26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, f… in FPDFPage_SetCropBox()
42 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* r… in FPDFPage_GetMediaBox()
60 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* … in FPDFPage_GetCropBox()
78 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF*… in FPDFPage_TransFormWithClip()
255 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath) in FPDFPage_InsertClipPath()
Dfpdfview.cpp316 DLLEXPORT double STDCALL FPDF_GetPageWidth(FPDF_PAGE page) in FPDF_GetPageWidth()
323 DLLEXPORT double STDCALL FPDF_GetPageHeight(FPDF_PAGE page) in FPDF_GetPageHeight()
344 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x… in FPDF_RenderPage()
502 DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int s… in FPDF_RenderPageBitmap()
533 DLLEXPORT void STDCALL FPDF_ClosePage(FPDF_PAGE page) in FPDF_ClosePage()
565 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int … in FPDF_DeviceToPage()
583 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int … in FPDF_PageToDevice()
676 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int… in FPDF_RenderPage_Retail()
753 CPDF_Page page; in FPDF_GetPageSizeByIndex() local
Dfpdfview_embeddertest.cpp35 FPDF_PAGE page = LoadPage(0); in TEST_F() local
195 FPDF_PAGE page = LoadPage(0); in TEST_F() local
/external/flac/libFLAC/
Dogg_helper.c77 void simple_ogg_page__init(ogg_page *page) in simple_ogg_page__init()
85 void simple_ogg_page__clear(ogg_page *page) in simple_ogg_page__clear()
94 …gg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamE… in simple_ogg_page__get_at()
178 …gg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamE… in simple_ogg_page__set_at()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-help.c103 static void exec_woman_emacs(const char *path, const char *page) in exec_woman_emacs()
117 static void exec_man_konqueror(const char *path, const char *page) in exec_man_konqueror()
145 static void exec_man_man(const char *path, const char *page) in exec_man_man()
153 static void exec_man_cmd(const char *cmd, const char *page) in exec_man_cmd()
329 static void exec_viewer(const char *name, const char *page) in exec_viewer()
348 const char *page = cmd_to_page(perf_cmd); in show_man_page() local
365 const char *page = cmd_to_page(perf_cmd); in show_info_page() local
371 static int get_html_page_path(struct strbuf *page_path, const char *page) in get_html_page_path()
403 const char *page = cmd_to_page(perf_cmd); in show_html_page() local
/external/v8/src/heap/
Dspaces-inl.h119 void MemoryAllocator::ProtectChunkFromPage(Page* page) { in ProtectChunkFromPage()
125 void MemoryAllocator::UnprotectChunkFromPage(Page* page) { in UnprotectChunkFromPage()
138 Page* page = reinterpret_cast<Page*>(chunk); in Initialize() local
221 void Page::set_next_page(Page* page) { in set_next_page()
227 void Page::set_prev_page(Page* page) { in set_prev_page()
Dspaces.cc40 HeapObjectIterator::HeapObjectIterator(Page* page, in HeapObjectIterator()
414 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); in Initialize() local
1039 void PagedSpace::ObtainFreeListStatistics(Page* page, SizeStats* sizes) { in ObtainFreeListStatistics()
1050 Page* page = page_iterator.next(); in ResetFreeListStatistics() local
1061 void PagedSpace::ReleasePage(Page* page) { in ReleasePage()
1104 Page* page = static_cast<Page*>(emergency_memory_); in FreeEmergencyMemory() local
1114 Page* page = Page::Initialize(heap(), emergency_memory_, executable(), this); in UseEmergencyMemory() local
1130 Page* page = page_iterator.next(); in Verify() local
1442 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); in Verify() local
1608 NewSpacePage* page = anchor_.next_page(); in FlipPages() local
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_slab.c47 struct util_slab_page *page, unsigned index) in util_slab_get_block()
56 struct util_slab_page *page; in util_slab_add_new_page() local
161 struct util_slab_page *page, *temp; in util_slab_destroy() local
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/wiki-example-code/
Dexample.py87 def action_view_GET(self, req, page): argument
105 def action_view_POST(self, req, page): argument
118 def action_edit_GET(self, req, page): argument
/external/skia/experimental/PdfViewer/
Dpdf_viewer_main.cpp64 static bool add_page_and_replace_filename_extension(SkString* path, int page, in add_page_and_replace_filename_extension()
91 int page) { in make_output_filepath()
118 int page) { in render_page()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php10 $page = (preg_match("/^\d+$/", $_GET["p"]) ? $_GET["p"] : 1); variable
220 function pagelink($page, $selected, $linktext = "")
227 function dopager($rows, $page, $pagesize)
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapTextPage.java56 private final int page; field in BitmapTextPage
60 BitmapTextPage(BitmapFont font, boolean arrayBased, int page) { in BitmapTextPage()
DBitmapCharacter.java53 private int page; field in BitmapCharacter
128 public void setPage(int page) { in setPage()
/external/skia/experimental/tools/
DPageCachingDocument.cpp61 Page* page = fPages.push(); in onBeginPage() local
79 for (Page* page = fPages.begin(); page != fPages.end(); ++page) { in onClose() local
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeDoc.cpp458 SkPdfPageObjectDictionary* SkPdfNativeDoc::page(int page) { in page() argument
464 SkPdfResourceDictionary* SkPdfNativeDoc::pageResources(int page) { in pageResources()
471 SkRect SkPdfNativeDoc::MediaBox(int page) { in MediaBox()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser_embeddertest.cpp19 FPDF_PAGE page = LoadPage(0); in TEST_F() local
/external/pdfium/testing/
Dembedder_test.cpp253 FPDF_PAGE page = FPDF_LoadPage(document_, page_number); in LoadPage() local
262 FPDF_BITMAP EmbedderTest::RenderPage(FPDF_PAGE page) { in RenderPage()
272 void EmbedderTest::UnloadPage(FPDF_PAGE page) { in UnloadPage()
/external/deqp/framework/delibs/depool/
DdeMemPool.c121 static void MemPage_init (MemPage* page, int capacity) in MemPage_init()
138 MemPage* page = (MemPage*)deMalloc(sizeof(MemPage) + capacity); in MemPage_create() local
153 static void MemPage_destroy (MemPage* page) in MemPage_destroy()
362 MemPage* page = pool->currentPage; in deMemPool_destroy() local
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java167 final HTMLDocument page = createPage (title); in visit() local
335 final HTMLDocument page = createPage (REPORT_HEADER_TITLE); in visit() local
452 final HTMLDocument page = createPage (REPORT_HEADER_TITLE); in visit() local
628 final HTMLDocument page = createPage (REPORT_HEADER_TITLE); in visit() local
766 final HTMLDocument page = new HTMLDocument (title, m_settings.getOutEncoding ()); in createPage() local
772 private IElement addPageHeader (final HTMLDocument page, final IItem item, final IItem [] path) in addPageHeader()
812 private IElement addPageFooter (final HTMLDocument page, final IItem item, final IItem [] path) in addPageFooter()
1115 private void embedSrcFile (final SrcFileItem item, final HTMLDocument page, in embedSrcFile()
/external/squashfs-tools/kernel/fs/squashfs/
Dsymlink.c46 static int squashfs_symlink_readpage(struct file *file, struct page *page) in squashfs_symlink_readpage()

12345