HomeSort by relevance Sort by last modified time
    Searched full:warppoint (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacMouse.cpp 100 CGPoint warpPoint;
101 warpPoint.x = ((clipRect.right - clipRect.left) / 2) + clipRect.left;
102 warpPoint.y = ((clipRect.bottom - clipRect.top) / 2) + clipRect.top;
103 CGDisplayMoveCursorToPoint(kCGDirectMainDisplay, warpPoint); //Place at display origin
309 CGPoint warpPoint;
310 warpPoint.x = ((clipRect.right - clipRect.left) / 2) + clipRect.left;
311 warpPoint.y = ((clipRect.bottom - clipRect.top) / 2) + clipRect.top;
312 CGDisplayMoveCursorToPoint(kCGDirectMainDisplay, warpPoint); //Place at display origin
CocoaMouse.mm 97 CGPoint warpPoint;
98 warpPoint.x = (((frame.origin.x + frame.size.width) - frame.origin.x) / 2) + frame.origin.x;
99 warpPoint.y = (((frame.origin.y + frame.size.height) - frame.origin.y) / 2) - frame.origin.y;
100 // warpPoint = CGPointMake(clipRect.size.height, clipRect.size.width);
101 CGDisplayMoveCursorToPoint(kCGDirectMainDisplay, warpPoint);
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp 71 virtual Point2f warpPoint(const Point2f &pt, InputArray K, InputArray R) = 0;
144 Point2f warpPoint(const Point2f &pt, InputArray K, InputArray R);
189 Point2f warpPoint(const Point2f &pt, InputArray K, InputArray R);
190 Point2f warpPoint(const Point2f &pt, InputArray K, InputArray R, InputArray T);
warpers_inl.hpp 56 Point2f RotationWarperBase<P>::warpPoint(const Point2f &pt, InputArray K, InputArray R)
  /external/opencv3/modules/stitching/src/
warpers.cpp 82 Point2f PlaneWarper::warpPoint(const Point2f &pt, InputArray K, InputArray R, InputArray T)
90 Point2f PlaneWarper::warpPoint(const Point2f &pt, InputArray K, InputArray R)
94 return warpPoint(pt, K, R, T);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
cocoa.diff     [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]
  /external/opencv/cvaux/include/
cvaux.h 555 CvPoint2D32f* warpPoint,
    [all...]

Completed in 633 milliseconds