Searched refs:firstPoint (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGradientValue.cpp | 571 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPo… in endPointsFromAngle() argument 582 firstPoint.set(0, size.height()); in endPointsFromAngle() 588 firstPoint.set(0, 0); in endPointsFromAngle() 594 firstPoint.set(0, 0); in endPointsFromAngle() 600 firstPoint.set(size.width(), 0); in endPointsFromAngle() 635 firstPoint.set(halfWidth - endX, halfHeight + endY); in endPointsFromAngle() 642 FloatPoint firstPoint; in createGradient() local 646 endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType); in createGradient() 650 firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size); in createGradient() 655 secondPoint.setX(size.width() - firstPoint.x()); in createGradient() [all …]
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell.mm | 85 NSPoint firstPoint = currPoint; 111 CGFloat dx = currPoint.x - firstPoint.x; 112 CGFloat dy = currPoint.y - firstPoint.y;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell.mm | 92 NSPoint firstPoint = currPoint; 118 CGFloat dx = currPoint.x - firstPoint.x; 119 CGFloat dy = currPoint.y - firstPoint.y;
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 72 var firstPoint = points[y]; variable 77 edge.startX = firstPoint.anchor[0]; 78 edge.startY = firstPoint.anchor[1];
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
D | LODGeomap.java | 879 …private Vector3f getNormal(Vector3f firstPoint, Vector3f rootPoint, Vector3f secondPoint, Vector3f… in getNormal() argument 880 float x1 = firstPoint.x - rootPoint.x; in getNormal() 881 float y1 = firstPoint.y - rootPoint.y; in getNormal() 882 float z1 = firstPoint.z - rootPoint.z; in getNormal()
|
D | TerrainPatch.java | 570 … private Vector3f calculateNormal(Vector3f firstPoint, Vector3f rootPoint, Vector3f secondPoint) { in calculateNormal() argument 572 normal.set(firstPoint).subtractLocal(rootPoint) in calculateNormal()
|