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

  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 475 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint)
482 firstPoint.set(0, 0);
488 firstPoint.set(0, size.height());
494 firstPoint.set(size.width(), 0);
526 firstPoint.set(size.width() - secondPoint.x(), size.height() - secondPoint.y());
535 FloatPoint firstPoint;
539 endPointsFromAngle(angle, size, firstPoint, secondPoint);
541 firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), renderer->style(), rootStyle, size);
547 secondPoint.setX(size.width() - firstPoint.x());
549 secondPoint.setY(size.height() - firstPoint.y())
    [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 71 milliseconds