Searched refs:currentPoint (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DCIBevelView.py13 currentPoint = objc.ivar(type=objc._C_INT) variable in class:CIBevelView
71 self.points[self.currentPoint].x = loc.x
72 self.points[self.currentPoint].y = loc.y
88 self.currentPoint = i
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DCIBevelView.py13 currentPoint = objc.ivar(type=objc._C_INT) variable in class:CIBevelView
71 self.points[self.currentPoint].x = loc.x
72 self.points[self.currentPoint].y = loc.y
88 self.currentPoint = i
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CIBevelSample/
H A DCIBevelView.py13 currentPoint = objc.ivar(type=objc._C_INT) variable in class:CIBevelView
71 self.points[self.currentPoint].x = loc.x
72 self.points[self.currentPoint].y = loc.y
88 self.currentPoint = i
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A DGestureRecognizer.cpp400 IntPoint currentPoint = toIntPoint(getPointAtIndex(touchPoints, 0)); local
401 if (exceedsPanThreshold(m_firstPressedPoint, currentPoint)) {
404 m_gestureHandler->handlePanStarted(currentPoint);
449 IntPoint currentPoint = toIntPoint(getPointAtIndex(touchPoints, 0)); local
450 if (exceedsPanThreshold(m_firstPressedPoint, currentPoint)) {
452 m_gestureHandler->handlePanStarted(currentPoint);
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c578 Point currentPoint = { 0, 0 };
623 kEventDurationForever, &currentPoint, NULL, &trackingResult);
631 * return false if currentPoint or trackRect are not in
638 if (PtInRect(currentPoint, &trackRect)) {
642 pixDiff = currentPoint.v - mouseDownPoint.v;
644 pixDiff = currentPoint.h - mouseDownPoint.h;
571 Point currentPoint = { 0, 0 }; local

Completed in 209 milliseconds