HomeSort by relevance Sort by last modified time
    Searched refs:toRect (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedRect.cpp 80 const SVGRect& toRect = to->rect();
88 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.x(), toRect.x(), toAtEndOfDurationRect.x(), animatedX);
89 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.y(), toRect.y(), toAtEndOfDurationRect.y(), animatedY);
90 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.width(), toRect.width(), toAtEndOfDurationRect.width(), animatedWidth);
91 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.height(), toRect.height(), toAtEndOfDurationRect.height(), animatedHeight);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.h 94 virtual void draw(GraphicsContext*, const FloatRect& fromRect, const FloatRect& toRect, CompositeOperator, blink::WebBlendMode) OVERRIDE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 223 r = SwtUtils.toRect(sibling.getSelectionRect());
SwtUtils.java 336 public static Rect toRect(Rectangle swtRect) {
CanvasViewInfo.java 517 Rect bounds = SwtUtils.toRect(getAbsRect());
525 parentBounds = SwtUtils.toRect(getParent().getAbsRect());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 87 mBounds = SwtUtils.toRect(bounds);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 215 Rect r2 = SwtUtils.toRect(r);

Completed in 88 milliseconds