Searched refs:otherPoint (Results 1 – 2 of 2) sorted by relevance
41 Point otherPoint = ((Point) other); in equals() local42 return x == otherPoint.x && y == otherPoint.y; in equals()
100 ControlPoint otherPoint = other.mPoints.elementAt(i); in sameValues() local101 if (!p.sameValues(otherPoint)) { in sameValues()