Searched defs:page (Results 151 - 175 of 319) sorted by relevance

1234567891011>>

/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
12 if(!page)
14 CPDF_Page* pPage = (CPDF_Page*)page;
26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
28 if(!page)
30 CPDF_Page* pPage = (CPDF_Page*)page;
43 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
45 if(!page)
47 CPDF_Page* pPage = (CPDF_Page*)page;
61 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, floa argument
79 FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF* clipRect) argument
257 FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath) argument
[all...]
H A Dfpdfdoc.cpp128 DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page, double x, double y) argument
130 if (page == NULL) return NULL;
131 CPDF_Page* pPage = (CPDF_Page*)page;
168 DLLEXPORT FPDF_BOOL STDCALL FPDFLink_Enumerate(FPDF_PAGE page, int* startPos, FPDF_LINK* linkAnnot) argument
170 if(!page || !startPos || !linkAnnot)
172 CPDF_Page* pPage = (CPDF_Page*)page;
H A Dfpdfeditpage.cpp102 DLLEXPORT int STDCALL FPDFPage_GetRotation(FPDF_PAGE page) argument
104 CPDF_Page* pPage = (CPDF_Page*)page;
144 DLLEXPORT void STDCALL FPDFPage_InsertObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj) argument
146 CPDF_Page* pPage = (CPDF_Page*)page;
199 DLLEXPORT int STDCALL FPDFPage_CountObject(FPDF_PAGE page) argument
201 CPDF_Page* pPage = (CPDF_Page*)page;
211 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPage_GetObject(FPDF_PAGE page, int index) argument
213 CPDF_Page* pPage = (CPDF_Page*)page;
223 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_HasTransparency(FPDF_PAGE page) argument
225 if(!page) retur
263 FPDFPage_GenerateContent(FPDF_PAGE page) argument
287 FPDFPage_TransformAnnots(FPDF_PAGE page, double a, double b, double c, double d, double e, double f) argument
[all...]
H A Dfpdfformfill.cpp16 DLLEXPORT int STDCALL FPDPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, FPDF_PAGE page,double page_x, double page_y) argument
18 if(!page || !hHandle)
20 CPDF_Page * pPage = (CPDF_Page*) page;
78 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y) argument
80 if (!hHandle || !page)
82 // CPDF_Page * pPage = (CPDF_Page*) page;
88 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page);
94 // pEnv->FFI_DeviceToPage(page, point_x, point_y, &page_x, &page_y);
99 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y) argument
101 if (!hHandle || !page)
116 FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y) argument
133 FORM_OnKeyDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, int modifier) argument
148 FORM_OnKeyUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, int modifier) argument
164 FORM_OnChar(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nChar, int modifier) argument
189 FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags) argument
325 FORM_OnAfterLoadPage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle) argument
340 FORM_OnBeforeClosePage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle) argument
398 FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType) argument
[all...]
H A Dfpdftext.cpp17 DLLEXPORT FPDF_TEXTPAGE STDCALL FPDFText_LoadPage(FPDF_PAGE page) argument
19 if (!page) return NULL;
23 CPDF_ViewerPreferences viewRef(((CPDF_Page*)page)->m_pDocument);
24 textpage=IPDF_TextPage::CreateTextPage((CPDF_Page*)page,viewRef.IsDirectionR2L());
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c414 /* length of one screen page in bytes */
463 /* We need to wait for vertical retrace on page flipped displays */
494 int page, vp; local
511 page = vp >> 16;
513 vga_setpage(page);
517 page++;
518 vga_setpage(page);
522 page++;
523 vga_setpage(page);
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java92 for (int page = conversation.pages.size() - 1; page >= 0 ; page--) {
93 ConversationUtils.ConversationPage currentPage = conversation.pages.get(page);
96 // and split into a new page if it gets too long.
128 // overwrite the original page
131 // split into a new page
136 conversation.pages.add(page + addedPages, newPage);
175 protected void showPage(ConversationUtils.ConversationPage page) { argument
177 tv.setTypewriterText(page
[all...]
/external/skia/src/pdf/
H A DSkPDFDocument.cpp63 // The page tree has both child and parent pointers, so it creates a
172 // Add the size of resources of substitute objects used on page 1.
176 // first page xref table and calculate the size.
207 // // TODO(vandebo): Save the file offset for the first page xref table.
245 SkPDFPage* page = new SkPDFPage(pdfDevice); local
247 fPages[pageNumber] = page; // Reference from new passed to fPages.
256 SkPDFPage* page = new SkPDFPage(pdfDevice); local
257 fPages.push(page); // Reference from new passed to fPages.
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp213 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, 1); local
214 if (NULL == page) {
218 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
240 CGContextDrawPDFPage(ctx, page);
/external/webp/src/enc/
H A Dtoken.c30 #define MIN_PAGE_SIZE 8192 // minimum number of token per page
37 VP8Tokens* next_; // pointer to next page
67 VP8Tokens* page = NULL; local
68 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t);
70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size);
72 if (page == NULL) {
76 page->next_ = NULL;
78 *b->last_page_ = page;
79 b->last_page_ = &page->next_;
81 b->tokens_ = TOKEN_DATA(page);
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffs_fileem2k.c44 yflash_Page page[PAGES_PER_BLOCK]; // The pages in the block member in struct:__anon34294
H A Dyaffs_ramem2k.c63 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon34303
104 memset(blk->page[i],0xff,sizeof(nandemul_Page));
105 blk->page[i]->empty = 1;
159 if((blk->page[j] = YMALLOC(sizeof(nandemul_Page))) == 0)
207 x = ned.block[blk]->page[pg]->data;
214 ned.block[blk]->page[pg]->empty = 0;
220 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
250 memcpy(data,ned.block[blk]->page[pg]->data,PAGE_DATA_SIZE);
256 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
279 if(ned.block[blk]->page[p
[all...]
/external/chromium_org/chrome/browser/importer/
H A Die_importer_browsertest_win.cc276 virtual void AddHistoryPage(const history::URLRows& page, argument
279 for (size_t i = 0; i < page.size(); ++i) {
280 if (page[i].title() == kIEIdentifyTitle &&
281 page[i].url() == GURL(kIEIdentifyUrl))
383 virtual void AddHistoryPage(const history::URLRows& page, argument
612 // Starts to import the IE home page.
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc449 PrintedPage* page)
451 page_(page),
460 PrintedPage* JobEventDetails::page() const { return page_.get(); } function in class:printing::JobEventDetails
447 JobEventDetails(Type type, PrintedDocument* document, PrintedPage* page) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsupervised_user_creation_screen_handler.cc445 const std::string& page) {
447 delegate_->OnPageSelected(page);
451 const std::string& page) {
452 CallJS("showPage", page);
444 HandleCurrentSupervisedUserPage( const std::string& page) argument
450 ShowPage( const std::string& page) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc313 // Setup the expectations for calls made when displaying the config page.
340 std::string page; local
341 ASSERT_TRUE(data.arg1->GetAsString(&page));
342 EXPECT_EQ(page, "configure");
349 std::string page; local
350 ASSERT_TRUE(data.arg1->GetAsString(&page));
351 EXPECT_EQ(page, "done");
360 std::string page; local
361 ASSERT_TRUE(data.arg1->GetAsString(&page));
362 EXPECT_EQ(page, "spinne
507 std::string page; local
582 std::string page; local
[all...]
/external/chromium_org/components/dom_distiller/standalone/
H A Dcontent_extractor.cc142 const DistilledPageProto& page = article_proto.pages(i); local
144 output << "URL: " << page.url() << std::endl;
145 output << "Content: " << page.html() << std::endl;
146 if (page.has_debug_info() && page.debug_info().has_log())
147 output << "Log: " << page.debug_info().log() << std::endl;
/external/chromium_org/pdf/
H A Dpreview_mode_client.cc35 void PreviewModeClient::ScrollToPage(int page) { argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPageScriptDebugServer.cpp48 #include "core/page/Page.h"
109 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page) argument
111 ScriptController& scriptController = page->deprecatedLocalMainFrame()->script();
127 m_listenersMap.set(page, listener);
144 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) argument
146 if (!m_listenersMap.contains(page))
149 if (m_pausedPage == page)
152 m_listenersMap.remove(page);
213 return m_listenersMap.get(frame->page());
220 m_pausedPage = frame->page();
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCanvasAgent.cpp271 NodeVisitor(Page* page, FramesWithUninstrumentedCanvases& result) argument
272 : m_page(page)
284 if (frame->page() != m_page)
294 } nodeVisitor(m_pageAgent->page(), m_framesWithUninstrumentedCanvases);
H A DInspectorInstrumentation.cpp48 #include "core/page/Page.h"
205 InstrumentingAgents* instrumentingAgentsFor(Page* page) argument
207 if (!page)
209 return instrumentationForPage(page);
260 InstrumentingAgents* instrumentationForPage(Page* page) argument
263 return page->inspectorController().m_instrumentingAgents.get();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.cpp23 #include "core/page/Chrome.h"
32 #include "core/page/ChromeClient.h"
33 #include "core/page/FrameTree.h"
34 #include "core/page/Page.h"
35 #include "core/page/PopupOpeningObserver.h"
36 #include "core/page/ScopedPageLoadDeferrer.h"
37 #include "core/page/WindowFeatures.h"
51 Chrome::Chrome(Page* page, ChromeClient* client) argument
52 : m_page(page)
62 PassOwnPtr<Chrome> Chrome::create(Page* page, ChromeClien argument
137 canRunModalIfDuringPageDismissal(Page* page, ChromeClient::DialogType dialog, const String& message) argument
[all...]
H A DPageSerializer.cpp32 #include "core/page/PageSerializer.h"
60 #include "core/page/Page.h"
181 void PageSerializer::serialize(Page* page) argument
183 serializeFrame(page->deprecatedLocalMainFrame());
H A DPrintContext.cpp22 #include "core/page/PrintContext.h"
38 // This number determines how small we are willing to reduce the page content
39 // in order to accommodate the widest line. If the page would have to be
76 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
216 const IntRect& page = printContext.pageRect(pageNumber); local
217 if (page.x() <= left && left < page.maxX() && page.y() <= top && top < page.maxY())
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalSettings.cpp35 #include "core/page/Page.h"
53 if (!page()) { \
54 exceptionState.throwDOMException(InvalidAccessError, "The page object cannot be obtained."); \
102 InternalSettings* InternalSettings::from(Page& page) argument
104 if (!HeapSupplement<Page>::from(page, supplementName()))
105 HeapSupplement<Page>::provideTo(page, supplementName(), new InternalSettings(page));
106 return static_cast<InternalSettings*>(HeapSupplement<Page>::from(page, supplementName()));
114 explicit InternalSettingsWrapper(Page& page) argument
115 : m_internalSettings(InternalSettings::create(page)) { }
126 from(Page& page) argument
143 InternalSettings(Page& page) argument
[all...]

Completed in 602 milliseconds

1234567891011>>