HomeSort by relevance Sort by last modified time
    Searched defs:totalHeight (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 377 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
381 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
384 graphicsContext.translate(0, totalHeight);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 20 private float totalHeight;
158 if (totalHeight < height) { // align vertically only for no overflow
164 gapY = (height-totalHeight)*0.5f;
167 gapY = height-totalHeight;
252 totalHeight = -1;
275 return totalHeight;
284 totalHeight = Math.max(totalHeight, -l.getY1());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 392 LayoutUnit totalHeight = lineGridFontHeight + numberOfLinesWithLeading * gridLineHeight;
393 firstTextTop += (totalHeight - logicalHeight()) / 2;
    [all...]
RenderTableCell.cpp     [all...]
RenderTableSection.cpp 781 int totalHeight = m_rowPos[totalRows] + extraLogicalHeight;
787 int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePanel.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 631 int totalHeight = pageCount * (pageSizeInPixels.height + 1) - 1;
633 SkCanvas* testCanvas = skia::TryCreateBitmapCanvas(pageSizeInPixels.width, totalHeight, true);
    [all...]
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 800 final int totalHeight = mRootView.getMeasuredHeight();
812 final float scaleY = (float) mAnimationStartHeight / totalHeight;
818 totalHeight, scale);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 799 final int totalHeight = mRootView.getMeasuredHeight();
811 final float scaleY = (float) mAnimationStartHeight / totalHeight;
817 totalHeight, scale);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 354 int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1;
358 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 354 milliseconds