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

  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 475 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint)
483 secondPoint.set(size.width(), 0);
489 secondPoint.set(0, 0);
495 secondPoint.set(0, 0);
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
526 firstPoint.set(size.width() - secondPoint.x(), size.height() - secondPoint.y());
536 FloatPoint secondPoint;
539 endPointsFromAngle(angle, size, firstPoint, secondPoint);
544 secondPoint = computeEndPoint(m_secondX.get(), m_secondY.get(), renderer->style(), rootStyle, size)
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java     [all...]
TerrainPatch.java 570 private Vector3f calculateNormal(Vector3f firstPoint, Vector3f rootPoint, Vector3f secondPoint) {
573 .crossLocal(secondPoint.subtract(rootPoint)).normalizeLocal();
    [all...]

Completed in 316 milliseconds