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

  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 57 self.firstPoint = None
64 if self.firstPoint is not None:
81 if self.firstPoint is not None:
85 self.firstPoint = point
187 if self._getCurrentPoint() != self.firstPoint:
188 self.lineTo(self.firstPoint)
189 self.firstPoint = None
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 580 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type)
591 firstPoint.set(0, size.height());
597 firstPoint.set(0, 0);
603 firstPoint.set(0, 0);
609 firstPoint.set(size.width(), 0);
644 firstPoint.set(halfWidth - endX, halfHeight + endY);
651 FloatPoint firstPoint;
655 endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType);
659 firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
664 secondPoint.setX(size.width() - firstPoint.x())
    [all...]
  /external/replicaisland/tools/
ExtractPoints.js 72 var firstPoint = points[y];
77 edge.startX = firstPoint.anchor[0];
78 edge.startY = firstPoint.anchor[1];
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 653 bool firstPoint = true;
660 if (firstPoint) {
662 firstPoint = false;
    [all...]

Completed in 180 milliseconds