Searched refs:pageRect (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp158 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
160 pageRect = pageRect.transposedRect();
161 m_pageRects.append(pageRect);
165 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
167 pageRect = pageRect.transposedRect();
168 m_pageRects.append(pageRect);
206 IntRect pageRect = m_pageRects[pageNumber]; local
207 float scale = width / pageRect
[all...]
H A DPrintContext.h54 const IntRect& pageRect(size_t pageNumber) const { return m_pageRects[pageNumber]; } function in class:WebCore::PrintContext
H A DChrome.h92 FloatRect pageRect() const;
H A DChrome.cpp138 FloatRect Chrome::pageRect() const function in class:WebCore::Chrome
140 return m_client->pageRect();
H A DChromeClient.h82 virtual FloatRect pageRect() = 0;
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py174 pageRect = CGRectMake (-leftMargin, -bottomMargin, leftMargin + width, bottomMargin + pageHeight) # landscape
176 c = CGPDFContextCreateWithFilename (outFile, pageRect)
185 c.beginPage (pageRect)
218 c.moveToPoint(pageRect.origin.x,height*typesize+6)
222 c.showTextAtPoint(pageRect.origin.x + 2, height*typesize + 2, ip, len(ip))
223 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*8, height*typesize + 2, hname, len(hname))
224 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*25, height*typesize + 2, hinfo, len(hinfo))
227 c.moveToPoint((time-minTime)*scale,pageRect.origin.y)
237 c.showTextAtPoint((time-minTime)*scale - theStringWidth/2, pageRect.origin.y + 2, theTimeString, len(theTimeString))
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2077 IntRect pageRect = printerRect(printDC); local
2080 pageRect.x() + marginRect.x(),
2081 pageRect.y() + marginRect.y(),
2082 pageRect.width() - marginRect.x() - marginRect.maxX(),
2083 pageRect.height() - marginRect.y() - marginRect.maxY());
2117 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) argument
2119 int x = pageRect.x();
2121 RECT headerRect = {x, y, x+pageRect.width(), y+static_cast<int>(headerHeight)};
2125 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
2127 int x = pageRect
2137 IntRect pageRect = m_pageRects[page]; local
2171 scaleFactor(HDC printDC, const IntRect& marginRect, const IntRect& pageRect) argument
2193 drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) argument
2204 drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
2234 const IntRect& pageRect = m_pageRects[page]; local
[all...]
H A DWebFrame.h394 void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, float headerHeight);
395 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h45 virtual FloatRect pageRect();
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h51 virtual FloatRect pageRect();
H A DChromeClientHaiku.cpp74 FloatRect ChromeClientHaiku::pageRect() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h43 virtual WebCore::FloatRect pageRect();
H A DChromeClientWinCE.cpp67 FloatRect ChromeClientWinCE::pageRect() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h48 virtual FloatRect pageRect();
H A DChromeClientWx.cpp103 FloatRect ChromeClientWx::pageRect() function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp320 IntRect pageRect = m_pageRects[pageNumber]; local
321 return m_printedPageWidth / pageRect.width();
331 IntRect pageRect = m_pageRects[pageNumber]; local
332 float scale = m_printedPageWidth / pageRect.width();
338 ctx.translate(static_cast<float>(-pageRect.x()),
339 static_cast<float>(-pageRect.y()));
340 ctx.clip(pageRect);
341 m_frame->view()->paintContents(&ctx, pageRect);
H A DChromeClientImpl.h67 virtual WebCore::FloatRect pageRect();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h61 virtual FloatRect pageRect();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h47 virtual WebCore::FloatRect pageRect();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitviewportattributes.cpp528 IntRect rect(webView->priv->corePage->chrome()->pageRect());
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h46 virtual WebCore::FloatRect pageRect();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h66 virtual FloatRect pageRect();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h50 virtual WebCore::FloatRect pageRect();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h58 virtual WebCore::FloatRect pageRect();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp1444 QRect qprinterRect = printer->pageRect();
1446 IntRect pageRect(0, 0,
1450 printContext.begin(pageRect.width());
1452 printContext.computePageRects(pageRect, /* headerHeight */ 0, /* footerHeight */ 0, /* userScaleFactor */ 1.0, pageHeight);
1500 printContext.spoolPage(ctx, page - 1, pageRect.width());

Completed in 401 milliseconds

12