Home
last modified time | relevance | path

Searched defs:point1 (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()
48 public SimplexCollisionShape(Vector3f point1) { in SimplexCollisionShape()
/external/webkit/Source/WebCore/svg/
DSVGPathParser.cpp122 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()
DSVGPathByteStreamSource.cpp75 bool SVGPathByteStreamSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, Floa… in parseCurveToCubicSegment()
90 bool SVGPathByteStreamSource::parseCurveToQuadraticSegment(FloatPoint& point1, FloatPoint& targetPo… in parseCurveToQuadraticSegment()
DSVGPathSegListBuilder.cpp92 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const … in curveToCubic()
112 void SVGPathSegListBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoin… in curveToQuadratic()
DSVGPathStringBuilder.cpp70 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()
DSVGPathByteStreamBuilder.cpp65 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, con… in curveToCubic()
82 void SVGPathByteStreamBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetP… in curveToQuadratic()
DSVGPathSegListSource.cpp98 bool SVGPathSegListSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPo… in parseCurveToCubicSegment()
119 bool SVGPathSegListSource::parseCurveToQuadraticSegment(FloatPoint& point1, FloatPoint& targetPoint) in parseCurveToQuadraticSegment()
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()
181 bool SVGPathStringSource::parseCurveToCubicSmoothSegment(FloatPoint& point1, FloatPoint& targetPoin… in parseCurveToCubicSmoothSegment()
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()
48 public SimplexCollisionShape(Vector3f point1) { in SimplexCollisionShape()
/external/opencv/cvaux/src/
Dcvepilines.cpp76 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 …]
Dcvmorphcontours.cpp553 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/
DLoopBlinnLocalTriangulator.cpp76 FloatPoint3D point1(m_vertices[1]->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/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.cpp357 void PlatformGraphicsContextSkia::drawLine(const IntPoint& point1, 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.cpp333 const PathPoint* point1 = &last(); 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()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp338 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()

12