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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.cpp 191 return roundToInt(m_offsetLocation.x());
200 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 375 int logicalTopAsInt = roundToInt(logicalTop);
387 int logicalTopAsInt = roundToInt(logicalTop);
399 ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatLeft> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
407 ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatRight> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
RenderFileUploadControl.cpp 141 paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(textY)));
RenderWidget.cpp 164 IntPoint paintLocation(roundToInt(adjustedPaintOffset.x() + borderLeft() + paddingLeft()),
165 roundToInt(adjustedPaintOffset.y() + borderTop() + paddingTop()));
RenderBoxModelObject.h 80 int pixelSnappedOffsetLeft() const { return roundToInt(offsetLeft()); }
81 int pixelSnappedOffsetTop() const { return roundToInt(offsetTop()); }
EllipsisBox.cpp 151 const int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
RenderReplaced.cpp 386 return computeReplacedLogicalWidthRespectingMinMaxWidth(roundToInt(round(logicalHeight * intrinsicRatio)), shouldComputePreferred);
457 return computeReplacedLogicalHeightRespectingMinMaxHeight(roundToInt(round(availableLogicalWidth() / intrinsicRatio)));
RenderLayerScrollableArea.cpp     [all...]
RenderBoxModelObject.cpp     [all...]
InlineTextBox.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderLayer.cpp     [all...]
InlineFlowBox.cpp 609 setLogicalTop(roundToInt(top + maxAscent - fontMetrics.ascent(baselineType)));
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp 489 int xOffset = roundToInt(exposeRect.x());
490 int yOffset = roundToInt(exposeRect.y());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 351 m_localToParentTransform.setE(m_localToParentTransform.e() + roundToInt(x()));
353 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 768 inline int roundToInt(LayoutUnit value)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 581 return adjustLayoutUnitForAbsoluteZoom(roundToInt(renderer->clientLeft()), *renderer);
590 return adjustLayoutUnitForAbsoluteZoom(roundToInt(renderer->clientTop()), *renderer);
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 

Completed in 823 milliseconds

1 2