HomeSort by relevance Sort by last modified time
    Searched refs:pageWidth (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/page/
PrintContext.cpp 75 float pageWidth;
79 pageWidth = view->docWidth();
80 pageHeight = floorf(pageWidth * ratio);
84 pageWidth = floorf(pageHeight * ratio);
95 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), allowHorizontalTiling);
113 int pageWidth = pageSizeInPixels.width();
119 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
120 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
341 const float pageWidth = pageSizeInPixels.width();
347 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight))
    [all...]
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 79 float pageWidth = (float) root->maxXLayoutOverflow();
80 float pageHeight = pageWidth * ratio;
92 float currPageWidth = pageWidth / userScaleFactor;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 70 static int pageNumberForElementById(WebKitWebFrame*, const char* id, float pageWidth, float pageHeight);
71 static int numberOfPagesForFrame(WebKitWebFrame*, float pageWidth, float pageHeight);
DumpRenderTreeSupportGtk.cpp 242 * @pageWidth: width of a page
247 int DumpRenderTreeSupportGtk::pageNumberForElementById(WebKitWebFrame* frame, const char* id, float pageWidth, float pageHeight)
258 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
264 * @pageWidth: width of a page
269 int DumpRenderTreeSupportGtk::numberOfPagesForFrame(WebKitWebFrame* frame, float pageWidth, float pageHeight)
277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewPrivate.h 132 - (BOOL)_beginPrintModeWithPageWidth:(float)pageWidth height:(float)pageHeight shrinkToFit:(BOOL)shrinkToFit;
WebHTMLView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 139 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight)
142 int pageNumber = DumpRenderTreeSupportGtk::pageNumberForElementById(mainFrame, idGChar, pageWidth, pageHeight);
147 int LayoutTestController::numberOfPages(float pageWidth, float pageHeight)
149 return DumpRenderTreeSupportGtk::numberOfPagesForFrame(mainFrame, pageWidth, pageHeight);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 690 final int pageWidth = getScaledMeasuredWidth(getPageAt(0));
692 int x = getScaledRelativeChildOffset(0) + pageWidth;
    [all...]
AppsCustomizePagedView.java     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 775 float pageWidth = gtk_print_context_get_width(gtkPrintContext);
779 corePrintContext->spoolPage(graphicsContext, pageNumber, pageWidth);
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 105 milliseconds