Home
last modified time | relevance | path

Searched refs:testPoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm1003 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/
Dcvepilines.cpp68 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()