/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | SimplexCollisionShape.java | 27 … public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3, Vector3f point4) { in SimplexCollisionShape() 35 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3) { in SimplexCollisionShape() 42 public SimplexCollisionShape(Vector3f point1, Vector3f point2) { in SimplexCollisionShape() 48 public SimplexCollisionShape(Vector3f point1) { in SimplexCollisionShape()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathParser.cpp | 122 FloatPoint point1; in parseCurveToCubicSegment() local 157 FloatPoint point1 = m_currentPoint; in parseCurveToCubicSmoothSegment() local 176 FloatPoint point1; in parseCurveToQuadraticSegment() local 183 FloatPoint point1 = m_currentPoint; in parseCurveToQuadraticSegment() local 220 …FloatPoint point1(m_currentPoint.x() + 2 * cubicPoint.x(), m_currentPoint.y() + 2 * cubicPoint.y()… in parseCurveToQuadraticSmoothSegment() local 266 FloatPoint point1 = m_currentPoint; in parseArcToSegment() local 404 bool SVGPathParser::decomposeArcToCubic(float angle, float rx, float ry, FloatPoint& point1, FloatP… in decomposeArcToCubic()
|
D | SVGPathByteStreamSource.cpp | 75 bool SVGPathByteStreamSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, Floa… in parseCurveToCubicSegment() 90 bool SVGPathByteStreamSource::parseCurveToQuadraticSegment(FloatPoint& point1, FloatPoint& targetPo… in parseCurveToQuadraticSegment()
|
D | SVGPathSegListBuilder.cpp | 92 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const … in curveToCubic() 112 void SVGPathSegListBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoin… in curveToQuadratic()
|
D | SVGPathStringBuilder.cpp | 70 void SVGPathStringBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const F… in curveToCubic() 86 void SVGPathStringBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint… in curveToQuadratic()
|
D | SVGPathByteStreamBuilder.cpp | 65 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, con… in curveToCubic() 82 void SVGPathByteStreamBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetP… in curveToQuadratic()
|
D | SVGPathSegListSource.cpp | 98 bool SVGPathSegListSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPo… in parseCurveToCubicSegment() 119 bool SVGPathSegListSource::parseCurveToQuadraticSegment(FloatPoint& point1, FloatPoint& targetPoint) in parseCurveToQuadraticSegment()
|
D | SVGPathBuilder.cpp | 52 void SVGPathBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPo… in curveToCubic()
|
D | SVGPathStringSource.cpp | 160 bool SVGPathStringSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPoi… in parseCurveToCubicSegment() 181 bool SVGPathStringSource::parseCurveToCubicSmoothSegment(FloatPoint& point1, FloatPoint& targetPoin… in parseCurveToCubicSmoothSegment()
|
D | SVGPathTraversalStateBuilder.cpp | 48 void SVGPathTraversalStateBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2,… in curveToCubic()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | SimplexCollisionShape.java | 27 … public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3, Vector3f point4) { in SimplexCollisionShape() 35 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3) { in SimplexCollisionShape() 42 public SimplexCollisionShape(Vector3f point1, Vector3f point2) { in SimplexCollisionShape() 48 public SimplexCollisionShape(Vector3f point1) { in SimplexCollisionShape()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 76 CvPoint3D64d point1, in icvGetSymPoint3D() 210 CvPoint2D64d point1; in icvComputeCoeffForStereoV3() local 339 int icvComCoeffForLine( CvPoint2D64d point1, in icvComCoeffForLine() 667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *p… in icvGetAngleLine() 1151 void icvGetPieceLength(CvPoint2D64d point1,CvPoint2D64d point2,double* dist) in icvGetPieceLength() 1161 void icvGetPieceLength3D(CvPoint3D64d point1,CvPoint3D64d point2,double* dist) in icvGetPieceLength3D() 2002 CvPoint2D64d point1,CvPoint2D64d point2, in icvGetMiddleAnglePoint() 2037 CV_IMPL double icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2) in icvGetVect() 2051 CvPoint2D64d point1,point2; in icvTestPoint() local 2274 int GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2) in GetAngleLinee() [all …]
|
D | cvmorphcontours.cpp | 553 CvPoint* point1; // array of first contour point in icvBlendContours() local 633 CvPoint* point1; // array of first contour point in icvCalcContoursCorrespondence() local
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnLocalTriangulator.cpp | 76 FloatPoint3D point1(m_vertices[1]->xyCoordinates()); in makeCounterClockwise() local
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 172 void Path::addArcTo(const FloatPoint& point1, const FloatPoint& point2, float radius) in addArcTo()
|
D | GraphicsContextWx.cpp | 206 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | PathOpenVG.cpp | 229 void Path::addArcTo(const FloatPoint& point1, const FloatPoint& point2, float radius) in addArcTo()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 102 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 166 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|
D | PlatformGraphicsContextSkia.cpp | 357 void PlatformGraphicsContextSkia::drawLine(const IntPoint& point1, in drawLine()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 557 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PlatformPathWinCE.cpp | 333 const PathPoint* point1 = &last(); in contains() local
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 281 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 185 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 338 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|