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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp147 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
149 pageRect = pageRect.transposedRect();
150 m_pageRects.append(pageRect);
154 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
156 pageRect = pageRect.transposedRect();
157 m_pageRects.append(pageRect);
195 IntRect pageRect = m_pageRects[pageNumber]; local
196 float scale = width / pageRect
287 outputLinkedDestinations(GraphicsContext& graphicsContext, Node* node, const IntRect& pageRect) argument
[all...]
H A DPrintContext.h57 const IntRect& pageRect(size_t pageNumber) const { return m_pageRects[pageNumber]; } function in class:WebCore::PrintContext
86 void outputLinkedDestinations(GraphicsContext&, Node*, const IntRect& pageRect);
H A DChrome.h82 FloatRect pageRect() const;
H A DChrome.cpp119 FloatRect Chrome::pageRect() const function in class:WebCore::Chrome
121 return m_client->pageRect();
H A DChromeClient.h90 virtual FloatRect pageRect() = 0;
H A DCreateWindow.cpp93 FloatSize viewportSize = page->chrome().pageRect().size();
/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/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp315 IntRect pageRect = m_pageRects[pageNumber]; local
316 return m_printedPageWidth / pageRect.width();
326 IntRect pageRect = m_pageRects[pageNumber]; local
327 float scale = m_printedPageWidth / pageRect.width();
333 context.translate(static_cast<float>(-pageRect.x()), static_cast<float>(-pageRect.y()));
334 context.clip(pageRect);
335 frame()->view()->paintContents(&context, pageRect);
337 outputLinkedDestinations(context, frame()->document(), pageRect);
H A DChromeClientImpl.h79 virtual WebCore::FloatRect pageRect();
H A DChromeClientImpl.cpp181 FloatRect ChromeClientImpl::pageRect() function in class:blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h79 virtual FloatRect pageRect() OVERRIDE { return FloatRect(); }

Completed in 177 milliseconds