Home
last modified time | relevance | path

Searched defs:point2 (Results 1 – 25 of 28) sorted by relevance

12

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DSimplexCollisionShape.java27 … 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/
DSVGPathParser.cpp123 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()
DSVGPathByteStreamSource.cpp75 bool SVGPathByteStreamSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, Floa… in parseCurveToCubicSegment()
83 bool SVGPathByteStreamSource::parseCurveToCubicSmoothSegment(FloatPoint& point2, FloatPoint& target… in parseCurveToCubicSmoothSegment()
DSVGPathSegListBuilder.cpp92 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const … in curveToCubic()
102 void SVGPathSegListBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPo… in curveToCubicSmooth()
DSVGPathStringBuilder.cpp70 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()
DSVGPathByteStreamBuilder.cpp65 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, con… in curveToCubic()
74 void SVGPathByteStreamBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targe… in curveToCubicSmooth()
DSVGPathSegListSource.cpp98 bool SVGPathSegListSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPo… in parseCurveToCubicSegment()
109 bool SVGPathSegListSource::parseCurveToCubicSmoothSegment(FloatPoint& point2, FloatPoint& targetPoi… in parseCurveToCubicSmoothSegment()
DSVGPathBuilder.cpp52 void SVGPathBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPo… in curveToCubic()
DSVGPathStringSource.cpp160 bool SVGPathStringSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPoi… in parseCurveToCubicSegment()
197 bool SVGPathStringSource::parseCurveToQuadraticSegment(FloatPoint& point2, FloatPoint& targetPoint) in parseCurveToQuadraticSegment()
DSVGPathTraversalStateBuilder.cpp48 void SVGPathTraversalStateBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2,… in curveToCubic()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DSimplexCollisionShape.java27 … 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/
Dcvepilines.cpp77 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 …]
Dcvmorphcontours.cpp554 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/
DLoopBlinnLocalTriangulator.cpp77 FloatPoint3D point2(m_vertices[2]->xyCoordinates()); in makeCounterClockwise() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp172 void Path::addArcTo(const FloatPoint& point1, const FloatPoint& point2, float radius) in addArcTo()
DGraphicsContextWx.cpp206 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp229 void Path::addArcTo(const FloatPoint& point1, const FloatPoint& point2, float radius) in addArcTo()
/external/clang/test/CodeGen/
Dstruct.c18 } point2; variable
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp102 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp166 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
DPlatformGraphicsContextSkia.cpp358 const IntPoint& point2) in drawLine()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp557 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp338 const PathPoint& point2 = *i; in contains() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp281 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp185 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()

12