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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 123 public Point toPoint() {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathBlender.cpp 70 FloatPoint SVGPathBlender::blendAnimatedFloatPoint(const FloatPoint& fromPoint, const FloatPoint& toPoint)
74 FloatPoint repeatedToPoint = toPoint;
80 return blendFloatPoint(fromPoint, toPoint, m_progress);
82 // Transform toPoint to the coordinate mode of fromPoint
83 FloatPoint animatedPoint = toPoint;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 72 LayoutRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), renderer->cachedSizeForOverflowClip());
158 m_clipRect = LayoutRect(toPoint(m_paintOffset), containerBox->cachedSizeForOverflowClip());
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutPoint.h 136 inline LayoutPoint toPoint(const LayoutSize& size)

Completed in 5913 milliseconds