HomeSort by relevance Sort by last modified time
    Searched refs:point2 (Results 1 - 25 of 32) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPointTest.java 28 LayoutPoint point2 = LayoutPoint.create(mCanvas, 1, 2); local
32 assertFalse(point2.equals(null));
34 assertEquals(point2, point2);
35 assertEquals(point2, point2b);
36 assertEquals(point2.hashCode(), point2b.hashCode());
37 assertNotSame(point2, point2b);
39 assertFalse(point1.equals(point2));
41 assertFalse(point2.equals(point3));
42 assertFalse(point1.equals(point2));
    [all...]
ControlPointTest.java 57 ControlPoint point2 = ControlPoint.create(mCanvas, 1, 2); local
61 assertFalse(point2.equals(null));
63 assertEquals(point2, point2);
64 assertEquals(point2, point2b);
65 assertEquals(point2.hashCode(), point2b.hashCode());
66 assertNotSame(point2, point2b);
68 assertFalse(point1.equals(point2));
70 assertFalse(point2.equals(point3));
71 assertFalse(point1.equals(point2));
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
SimplexCollisionShape.java 27 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3, Vector3f point4) {
29 vector2 = point2;
35 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3) {
37 vector2 = point2;
42 public SimplexCollisionShape(Vector3f point1, Vector3f point2) {
44 vector2 = point2;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
SimplexCollisionShape.java 27 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3, Vector3f point4) {
29 vector2 = point2;
35 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3) {
37 vector2 = point2;
42 public SimplexCollisionShape(Vector3f point1, Vector3f point2) {
44 vector2 = point2;
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 120 { beziers->point2.x, beziers->point2.y },
128 beziers->point2.x, beziers->point2.y,
  /external/clang/test/CodeGen/
struct.c 18 } point2; variable in typeref:struct:__anon6201
21 point2.p1.a = 42;
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 554 CvPoint* point2; // array of second contour point local
571 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) );
575 cvCvtSeqToArray( contour2, point2, CV_WHOLE_SEQ );
579 point2[Nj-1] = point2[0];
596 point_output.x = cvRound(point1[i].x + param*( point2[corr_point].x - point1[i].x ));
597 point_output.y = cvRound(point1[i].y + param*( point2[corr_point].y - point1[i].y ));
634 CvPoint* point2; // array of second contour point local
659 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) );
665 cvCvtSeqToArray( contour2, point2, CV_WHOLE_SEQ )
    [all...]
cvepilines.cpp 77 CvPoint3D64d point2,
87 icvGetPieceLength3D(pointCorner,point2,&len2);
211 CvPoint2D64d point2; local
225 point2.x = (1.0 - alpha) * quad1[1][0] + alpha * quad1[2][0];
226 point2.y = (1.0 - alpha) * quad1[1][1] + alpha * quad1[2][1];
236 point2,
340 CvPoint2D64d point2,
369 icvGetDirectionForPoint( point2,
667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2)
695 *point2 = pc
2051 CvPoint2D64d point1,point2; local
    [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 61 public static String formatDistanceBetween(LatLng point1, LatLng point2) {
62 if (point1 == null || point2 == null) {
67 double distance = Math.round(SphericalUtil.computeDistanceBetween(point1, point2));
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 61 public static String formatDistanceBetween(LatLng point1, LatLng point2) {
62 if (point1 == null || point2 == null) {
67 double distance = Math.round(SphericalUtil.computeDistanceBetween(point1, point2));
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Utils.java 61 public static String formatDistanceBetween(LatLng point1, LatLng point2) {
62 if (point1 == null || point2 == null) {
67 double distance = Math.round(SphericalUtil.computeDistanceBetween(point1, point2));
  /external/opencv/cvaux/include/
cvaux.h 560 CvPoint3D64f point2,
563 CVAPI(void) icvGetPieceLength3D(CvPoint3D64f point1,CvPoint3D64f point2,double* dist);
586 CVAPI(float) icvDefinePointPosition(CvPoint2D32f point1,CvPoint2D32f point2,CvPoint2D32f point);
602 CvPoint2D64f point2,
638 CVAPI(int) icvGetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2D64f *point2);
655 CvPoint2D32f *point2);
661 CvPoint2D32f point2);
675 CVAPI(void) icvGetPieceLength(CvPoint2D64f point1,CvPoint2D64f point2,double* dist);
713 CvPoint2D64f point1,CvPoint2D64f point2,
718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 167 public static float[] getVectorFromPoints(float[] point1, float[] point2) {
169 point2[0] - point1[0], point2[1] - point1[1]
174 public static float[] getUnitVectorFromPoints(float[] point1, float[] point2) {
176 point2[0] - point1[0], point2[1] - point1[1]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 57 CPDF_Point point2(1,1);
60 mt.Transform(point2.x, point2.y);
62 return point2.y == point1.y;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 31 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Point Point2(T x, T y) {
37 return Point2<FLOAT>(x, y);
41 return Point2<UINT32>(x, y);
80 D2D1FORCEINLINE D2D1_BEZIER_SEGMENT BezierSegment(const D2D1_POINT_2F &point1, const D2D1_POINT_2F &point2, const D2D1_POINT_2F &point3) {
81 D2D1_BEZIER_SEGMENT r = {point1, point2, point3};
107 D2D1FORCEINLINE D2D1_QUADRATIC_BEZIER_SEGMENT QuadraticBezierSegment(const D2D1_POINT_2F &point1, const D2D1_POINT_2F &point2) {
108 D2D1_QUADRATIC_BEZIER_SEGMENT r = {point1, point2};
d2d1.h 441 D2D1_POINT_2F point2; member in struct:D2D1_BEZIER_SEGMENT
513 D2D1_POINT_2F point2; member in struct:D2D1_QUADRATIC_BEZIER_SEGMENT
550 D2D1_POINT_2F point2; member in struct:D2D1_TRIANGLE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 144 LinearGradientBrush(const PointF& point1, const PointF& point2,
149 &point1, &point2,
154 LinearGradientBrush(const Point& point1, const Point& point2,
159 &point1, &point2,
  /frameworks/native/opengl/libagl/
context.h 427 void (*point2)(transform_t const* t, vec4_t*, vec4_t const*); member in struct:android::gl::transform_t::__anon23101::__anon23102
matrix.cpp 176 point2 = point2__nop;
199 point2 = point2__generic;
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 285 EndPoint point2 = new EndPoint(account2, authority, 0); local
368 EndPoint point2 = new EndPoint(account1, authority2, 0); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 356 static private Target.Floaty distance(float[] point1, float[] point2, Target t) {
359 Target.Floaty diff = t.subtract(t.new32(point1[i]), t.new32(point2[i]));
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 3945 const EC_POINT* point2 = fromContextObject<EC_POINT>(env, point2Ref); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 549 milliseconds

1 2