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

  /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 50 milliseconds