Home
last modified time | relevance | path

Searched refs:firstPoint (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp475 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPo… in endPointsFromAngle() argument
482 firstPoint.set(0, 0); in endPointsFromAngle()
488 firstPoint.set(0, size.height()); in endPointsFromAngle()
494 firstPoint.set(size.width(), 0); in endPointsFromAngle()
526 firstPoint.set(size.width() - secondPoint.x(), size.height() - secondPoint.y()); in endPointsFromAngle()
535 FloatPoint firstPoint; in createGradient() local
539 endPointsFromAngle(angle, size, firstPoint, secondPoint); in createGradient()
541firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), renderer->style(), rootStyle, size); in createGradient()
547 secondPoint.setX(size.width() - firstPoint.x()); in createGradient()
549 secondPoint.setY(size.height() - firstPoint.y()); in createGradient()
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Dclickhold_button_cell.mm85 NSPoint firstPoint = currPoint;
111 CGFloat dx = currPoint.x - firstPoint.x;
112 CGFloat dy = currPoint.y - firstPoint.y;
/external/replicaisland/tools/
DExtractPoints.js72 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/
DLODGeomap.java879 …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()
DTerrainPatch.java570 … private Vector3f calculateNormal(Vector3f firstPoint, Vector3f rootPoint, Vector3f secondPoint) { in calculateNormal() argument
572 normal.set(firstPoint).subtractLocal(rootPoint) in calculateNormal()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1077881 (WebCore::CSSTimingFunctionValue::firstPoint):