Searched refs:pageRect (Results 1 - 13 of 13) 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);
205 FloatRect pageRect(FloatPoint(0, 0), pageSizeInPixels);
207 printContext.begin(pageRect
251 outputLinkAndLinkedDestinations(GraphicsContext& graphicsContext, Node* node, const IntRect& pageRect) argument
[all...]
H A DPrintContext.h60 const IntRect& pageRect(size_t pageNumber) const { return m_pageRects[pageNumber]; } function in class:blink::PrintContext
80 void outputLinkAndLinkedDestinations(GraphicsContext&, Node*, const IntRect& pageRect);
H A DPrintContextTest.cpp25 void outputLinkAndLinkedDestinations(GraphicsContext& context, Node* node, const IntRect& pageRect) argument
27 PrintContext::outputLinkAndLinkedDestinations(context, node, pageRect);
82 IntRect pageRect(0, 0, kPageWidth, kPageHeight);
85 printContext().outputLinkAndLinkedDestinations(context, &document(), pageRect);
H A DChrome.h78 FloatRect pageRect() const;
H A DChrome.cpp102 FloatRect Chrome::pageRect() const function in class:blink::Chrome
104 return m_client->pageRect();
H A DChromeClient.h82 virtual FloatRect pageRect() = 0;
H A DCreateWindow.cpp97 FloatSize viewportSize = host->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 DWebLocalFrameImpl.cpp320 IntRect pageRect = m_pageRects[pageNumber]; local
321 return m_printedPageWidth / pageRect.width();
385 IntRect pageRect = m_pageRects[pageNumber]; local
386 float scale = m_printedPageWidth / pageRect.width();
392 context.translate(static_cast<float>(-pageRect.x()), static_cast<float>(-pageRect.y()));
393 context.clip(pageRect);
394 frame()->view()->paintContents(&context, pageRect);
395 outputLinkAndLinkedDestinations(context, frame()->document(), pageRect);
H A DChromeClientImpl.h78 virtual FloatRect pageRect() OVERRIDE;
H A DChromeClientImpl.cpp180 FloatRect ChromeClientImpl::pageRect() function in class:blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h78 virtual FloatRect pageRect() OVERRIDE { return FloatRect(); }
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp108 CFX_FloatRect pageRect = pPage->CalcBoundingBox(); local
109 m_DisplayMatrix = CFX_AffineMatrix(1, 0, 0, -1, pageRect.right, pageRect.top);

Completed in 3468 milliseconds