HomeSort by relevance Sort by last modified time
    Searched refs:toPoint (Results 1 - 7 of 7) 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/platform/transforms/
TransformOperations.cpp 158 FloatPoint3D toPoint = toMatrix.mapPoint(point);
165 box.expandTo(toPoint);
184 FloatPoint3D toPoint = point - origin;
185 FloatPoint3D center = origin + normal * toPoint.dot(normal);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 89 LayoutRect clipRect(toPoint(m_paintOffset) + deltaSize, renderer.cachedSizeForOverflowClip());
179 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)
  /frameworks/base/core/jni/android/graphics/
Path.cpp 287 const SkPoint& toPoint) {
291 } else if (segmentPoints.back() == toPoint) {
294 float length = lengths.back() + SkPoint::Distance(segmentPoints.back(), toPoint);
295 segmentPoints.push_back(toPoint);

Completed in 162 milliseconds