/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()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathParser.cpp | 123 FloatPoint point2; in parseCurveToCubicSegment() local 145 FloatPoint point2; in parseCurveToCubicSmoothSegment() local 185 …FloatPoint point2(targetPoint.x() + 2 * m_controlPoint.x(), targetPoint.y() + 2 * m_controlPoint.y… in parseCurveToQuadraticSegment() local 221 … FloatPoint point2(targetPoint.x() + 2 * cubicPoint.x(), targetPoint.y() + 2 * cubicPoint.y()); in parseCurveToQuadraticSmoothSegment() local 404 …oseArcToCubic(float angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeA… in decomposeArcToCubic()
|
D | SVGPathByteStreamSource.cpp | 75 bool SVGPathByteStreamSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, Floa… in parseCurveToCubicSegment() 83 bool SVGPathByteStreamSource::parseCurveToCubicSmoothSegment(FloatPoint& point2, FloatPoint& target… in parseCurveToCubicSmoothSegment()
|
D | SVGPathSegListBuilder.cpp | 92 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const … in curveToCubic() 102 void SVGPathSegListBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPo… in curveToCubicSmooth()
|
D | SVGPathStringBuilder.cpp | 70 void SVGPathStringBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const F… in curveToCubic() 78 void SVGPathStringBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoi… in curveToCubicSmooth()
|
D | SVGPathByteStreamBuilder.cpp | 65 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, con… in curveToCubic() 74 void SVGPathByteStreamBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targe… in curveToCubicSmooth()
|
D | SVGPathSegListSource.cpp | 98 bool SVGPathSegListSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPo… in parseCurveToCubicSegment() 109 bool SVGPathSegListSource::parseCurveToCubicSmoothSegment(FloatPoint& point2, FloatPoint& targetPoi… in parseCurveToCubicSmoothSegment()
|
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() 197 bool SVGPathStringSource::parseCurveToQuadraticSegment(FloatPoint& point2, FloatPoint& targetPoint) in parseCurveToQuadraticSegment()
|
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()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 77 CvPoint3D64d point2, in icvGetSymPoint3D() 211 CvPoint2D64d point2; in icvComputeCoeffForStereoV3() local 340 CvPoint2D64d point2, in icvComCoeffForLine() 667 …vGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2) 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 | 554 CvPoint* point2; // array of second contour point in icvBlendContours() local 634 CvPoint* point2; // array of second contour point in icvCalcContoursCorrespondence() local
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnLocalTriangulator.cpp | 77 FloatPoint3D point2(m_vertices[2]->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/clang/test/CodeGen/ |
D | struct.c | 18 } point2; variable
|
/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 | 358 const IntPoint& point2) 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 | 338 const PathPoint& point2 = *i; 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()
|