Searched defs:pageWidth (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp79 float pageWidth = (float) root->maxXLayoutOverflow(); local
80 float pageHeight = pageWidth * ratio;
92 float currPageWidth = pageWidth / userScaleFactor;
/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp75 float pageWidth; local
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(); local
119 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
120 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
341 const float pageWidth = pageSizeInPixels.width(); local
347 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeigh
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp775 float pageWidth = gtk_print_context_get_width(gtkPrintContext); local
779 corePrintContext->spoolPage(graphicsContext, pageNumber, pageWidth);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp242 * @pageWidth: width of a page
247 int DumpRenderTreeSupportGtk::pageNumberForElementById(WebKitWebFrame* frame, const char* id, float pageWidth, float pageHeight) argument
258 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
264 * @pageWidth: width of a page
269 int DumpRenderTreeSupportGtk::numberOfPagesForFrame(WebKitWebFrame* frame, float pageWidth, float pageHeight) argument
277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp139 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight) argument
142 int pageNumber = DumpRenderTreeSupportGtk::pageNumberForElementById(mainFrame, idGChar, pageWidth, pageHeight);
147 int LayoutTestController::numberOfPages(float pageWidth, float pageHeight) argument
149 return DumpRenderTreeSupportGtk::numberOfPagesForFrame(mainFrame, pageWidth, pageHeight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2635 milliseconds