Searched defs:topPoint (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java364 Vector3f topPoint = new Vector3f();
389 topPoint.set(0, top.getHeightmapHeight(s,s-1), -1);
391 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint,normal, tangent, binormal);
401 topPoint.set(0, this.getHeightmapHeight(s,s-1), -1);
404 averageNormalsTangents(topPoint, rootPoint, leftPoint, null, rightPoint, normal, tangent, binormal);
409 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint, normal, tangent, binormal);
419 topPoint.set(0, this.getHeightmapHeight(s,i-1), -1);
421 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint, normal, tangent, binormal);
442 topPoint.set(0, top.getHeightmapHeight(0,s-1), -1);
444 averageNormalsTangents(topPoint, rootPoin
532 averageNormalsTangents( Vector3f topPoint, Vector3f rootPoint, Vector3f leftPoint, Vector3f bottomPoint, Vector3f rightPoint, Vector3f normal, Vector3f tangent, Vector3f binormal) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp205 IntPoint topPoint = isHorizontal() ? IntPoint(tx + m_x + r.x(), ty + selTop) : IntPoint(tx + selTop, ty + m_y + r.x()); local
209 return IntRect(topPoint, IntSize(width, height));

Completed in 97 milliseconds