Searched refs:testPoint (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 1003 NSPoint testPoint = [visibleView_ convertPoint:testRect.origin 1005 testPoint = [[self window] convertBaseToScreen:testPoint]; 1006 CGFloat closeToTopOfScreen = testPoint.y; 1009 testPoint = [visibleView_ convertPoint:testRect.origin toView:nil]; 1010 testPoint = [[self window] convertBaseToScreen:testPoint]; 1011 CGFloat closeToBottomOfScreen = testPoint.y + testRect.size.height;
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 68 void icvTestPoint( CvPoint2D64d testPoint, 2046 void icvTestPoint( CvPoint2D64d testPoint, in icvTestPoint() argument 2053 icvProjectPointToDirect(testPoint,line1,&point1); in icvTestPoint() 2054 icvProjectPointToDirect(testPoint,line2,&point2); in icvTestPoint() 2057 double sign2 = icvGetVect(basePoint,point1,testPoint); in icvTestPoint() 2061 sign2 = icvGetVect(basePoint,point2,testPoint); in icvTestPoint()
|