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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 571 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type)
582 firstPoint.set(0, size.height());
588 firstPoint.set(0, 0);
594 firstPoint.set(0, 0);
600 firstPoint.set(size.width(), 0);
635 firstPoint.set(halfWidth - endX, halfHeight + endY);
642 FloatPoint firstPoint;
646 endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType);
650 firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
655 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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java     [all...]
TerrainPatch.java 570 private Vector3f calculateNormal(Vector3f firstPoint, Vector3f rootPoint, Vector3f secondPoint) {
572 normal.set(firstPoint).subtractLocal(rootPoint)
    [all...]

Completed in 176 milliseconds