HomeSort by relevance Sort by last modified time
    Searched full:firstpoint (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
clickhold_button_cell.mm 85 NSPoint firstPoint = currPoint;
111 CGFloat dx = currPoint.x - firstPoint.x;
112 CGFloat dy = currPoint.y - firstPoint.y;
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 475 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint)
482 firstPoint.set(0, 0);
488 firstPoint.set(0, size.height());
494 firstPoint.set(size.width(), 0);
526 firstPoint.set(size.width() - secondPoint.x(), size.height() - secondPoint.y());
535 FloatPoint firstPoint;
539 endPointsFromAngle(angle, size, firstPoint, secondPoint);
541 firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), renderer->style(), rootStyle, size);
547 secondPoint.setX(size.width() - firstPoint.x());
549 secondPoint.setY(size.height() - firstPoint.y())
    [all...]
  /external/replicaisland/tools/
ExtractPoints.js 72 var firstPoint = points[y];
77 edge.startX = firstPoint.anchor[0];
78 edge.startY = firstPoint.anchor[1];

Completed in 253 milliseconds