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

1 2

  /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...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 775 float pageWidth = gtk_print_context_get_width(gtkPrintContext);
779 corePrintContext->spoolPage(graphicsContext, pageNumber, pageWidth);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
AppsCustomizePagedView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 819 final float pageWidth = width * mAdapter.getPageWidth(mCurItem);
820 final float pageDelta = (float) Math.abs(dx) / (pageWidth + mPageMargin);
    [all...]
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 203 milliseconds

1 2