Searched refs:testPoint (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | pointInsidePen.py | 49 def __init__(self, glyphSet, testPoint, evenOdd=0): argument 51 self.setTestPoint(testPoint, evenOdd) 53 def setTestPoint(self, testPoint, evenOdd=0): argument 55 self.testPoint = testPoint 88 x, y = self.testPoint 108 x, y = self.testPoint 173 x, y = self.testPoint
|
/external/chromium_org/ui/keyboard/resources/ |
D | touch_fuzzing.js | 167 testPoint: function(x, y) { method in Line 215 return node.decision.testPoint(x, y) >= 0;
|
/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()
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 1052 NSPoint testPoint = [visibleView_ convertPoint:testRect.origin 1054 testPoint = [[self window] convertBaseToScreen:testPoint]; 1055 CGFloat closeToTopOfScreen = testPoint.y; 1058 testPoint = [visibleView_ convertPoint:testRect.origin toView:nil]; 1059 testPoint = [[self window] convertBaseToScreen:testPoint]; 1060 CGFloat closeToBottomOfScreen = testPoint.y + testRect.size.height;
|