/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/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathParser.cpp | 121 FloatPoint point1; in parseCurveToCubicSegment() local 156 FloatPoint point1 = m_currentPoint; in parseCurveToCubicSmoothSegment() local 175 FloatPoint point1; in parseCurveToQuadraticSegment() local 182 FloatPoint point1 = m_currentPoint; in parseCurveToQuadraticSegment() local 219 …FloatPoint point1(m_currentPoint.x() + 2 * cubicPoint.x(), m_currentPoint.y() + 2 * cubicPoint.y()… in parseCurveToQuadraticSmoothSegment() local 274 FloatPoint point1 = m_currentPoint; in parseArcToSegment() local 412 bool SVGPathParser::decomposeArcToCubic(float angle, float rx, float ry, FloatPoint& point1, FloatP… in decomposeArcToCubic()
|
D | SVGPathByteStreamSource.cpp | 73 bool SVGPathByteStreamSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, Floa… in parseCurveToCubicSegment() 88 bool SVGPathByteStreamSource::parseCurveToQuadraticSegment(FloatPoint& point1, FloatPoint& targetPo… in parseCurveToQuadraticSegment()
|
D | SVGPathStringBuilder.cpp | 70 void SVGPathStringBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const F… in curveToCubic() 96 void SVGPathStringBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint… in curveToQuadratic()
|
D | SVGPathByteStreamBuilder.cpp | 62 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, con… in curveToCubic() 79 void SVGPathByteStreamBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetP… in curveToQuadratic()
|
D | SVGPathSegListBuilder.cpp | 99 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const … in curveToCubic() 119 void SVGPathSegListBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoin… in curveToQuadratic()
|
D | SVGPathSegListSource.cpp | 97 bool SVGPathSegListSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPo… in parseCurveToCubicSegment() 118 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 | 198 bool SVGPathStringSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPoi… in parseCurveToCubicSegment() 205 bool SVGPathStringSource::parseCurveToCubicSmoothSegment(FloatPoint& point1, FloatPoint& targetPoin… in parseCurveToCubicSmoothSegment()
|
D | SVGPathTraversalStateBuilder.cpp | 47 void SVGPathTraversalStateBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2,… in curveToCubic()
|
D | SVGParserUtilities.cpp | 520 inline bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint& point1, Flo… in parseFloatPoint2() 540 bool parseFloatPoint3(const CharType*& current, const CharType* end, FloatPoint& point1, FloatPoint… in parseFloatPoint3()
|
/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/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebPluginContainerTest.cpp | 115 WebPoint point1 = pluginContainerOne->windowToLocalPoint(WebPoint(10, 10)); in TEST_F() local 145 WebPoint point1 = pluginContainerOne->localToWindowPoint(WebPoint(0, 0)); in TEST_F() local
|
/external/chromium_org/ui/gfx/ |
D | box_unittest.cc | 86 Point3F point1(0.5f, 0.5f, 0.5f); in TEST() local
|
/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/chromium_org/ui/events/gestures/ |
D | gesture_sequence.cc | 1285 const GesturePoint* point1 = GetPointByPointId(0); in PinchStart() local 1341 GesturePoint* point1 = GetPointByPointId(0); in PinchEnd() local
|
/external/chromium_org/ash/wm/ |
D | window_manager_unittest.cc | 498 gfx::Point point1(kWindowLeft, kWindowTop); in TEST_F() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | riva_mmio.h | 290 U032 point1; /* y_x S16_S16 in pixels 4- 7*/ member
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 750 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine()
|