Searched refs:firstPoint (Results 1 - 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
H A DpointInsidePen.py57 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/fonttools/Tools/fontTools/pens/
H A DpointInsidePen.py57 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/
H A DCSSGradientValue.cpp597 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type) argument
608 firstPoint.set(0, size.height());
614 firstPoint.set(0, 0);
620 firstPoint.set(0, 0);
626 firstPoint.set(size.width(), 0);
661 firstPoint.set(halfWidth - endX, halfHeight + endY);
668 FloatPoint firstPoint; local
672 endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType);
676 firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
681 secondPoint.setX(size.width() - firstPoint
1012 FloatPoint firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size); local
[all...]
/external/replicaisland/tools/
H A DExtractPoints.js72 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/
H A DTransformationMatrix.cpp651 bool firstPoint = true; local
658 if (firstPoint) {
660 firstPoint = false;

Completed in 3223 milliseconds