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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.cpp 192 return roundToInt(m_offsetLocation.x());
201 return roundToInt(m_offsetLocation.y());
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 80 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode));
97 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode));
113 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, UNNECESSARY));
124 DoubleMath.roundToInt(d, UNNECESSARY);
133 DoubleMath.roundToInt(Double.NaN, mode);
142 DoubleMath.roundToInt(Double.POSITIVE_INFINITY, mode);
146 DoubleMath.roundToInt(Double.NEGATIVE_INFINITY, mode);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 374 int logicalTopAsInt = roundToInt(logicalTop);
386 int logicalTopAsInt = roundToInt(logicalTop);
398 ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatLeft> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
406 ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatRight> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
RenderBoxModelObject.h 74 int pixelSnappedOffsetLeft() const { return roundToInt(offsetLeft()); }
75 int pixelSnappedOffsetTop() const { return roundToInt(offsetTop()); }
RenderFileUploadControl.cpp 141 paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(textY)));
RenderWidget.cpp 179 IntPoint paintLocation(roundToInt(adjustedPaintOffset.x() + borderLeft() + paddingLeft()),
180 roundToInt(adjustedPaintOffset.y() + borderTop() + paddingTop()));
EllipsisBox.cpp 125 const int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
RenderReplaced.cpp 365 return computeReplacedLogicalWidthRespectingMinMaxWidth(roundToInt(round(logicalHeight * intrinsicRatio)), shouldComputePreferred);
423 return computeReplacedLogicalHeightRespectingMinMaxHeight(roundToInt(round(availableLogicalWidth() / intrinsicRatio)));
InlineTextBox.cpp 628 int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - selectionTop);
629 int selHeight = std::max(0, roundToInt(selectionBottom - selectionTop));
    [all...]
RenderLayerScrollableArea.cpp     [all...]
RenderLayer.cpp     [all...]
InlineFlowBox.cpp 618 setLogicalTop(roundToInt(top + maxAscent - fontMetrics.ascent(baselineType)));
    [all...]
RenderBox.cpp 468 int xOffset = roundToInt(exposeRect.x());
469 int yOffset = roundToInt(exposeRect.y());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ListMarkerPainter.cpp 168 marker.moveBy(IntPoint(roundToInt(box.x()), roundToInt(box.y() - m_renderListMarker.logicalHeight())));
BoxPainter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 336 m_localToParentTransform.setE(m_localToParentTransform.e() + roundToInt(x()));
338 m_localToParentTransform.setF(m_localToParentTransform.f() + roundToInt(y()));
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 111 public static int roundToInt(double x, RoundingMode mode) {
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 761 inline int roundToInt(LayoutUnit value)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 561 return adjustLayoutUnitForAbsoluteZoom(roundToInt(renderer->clientLeft()), *renderer);
570 return adjustLayoutUnitForAbsoluteZoom(roundToInt(renderer->clientTop()), *renderer);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 

Completed in 6554 milliseconds

1 2