Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DpointInsidePen.py49 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/
Dtouch_fuzzing.js167 testPoint: function(x, y) { method in Line
215 return node.decision.testPoint(x, y) >= 0;
/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()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm1052 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;