Searched defs:p1 (Results 1 – 3 of 3) sorted by relevance
105 void drawLine(Point p1, Point p2); in drawLine()116 void drawRect(Point p1, Point p2); in drawRect()132 void fillRect(Point p1, Point p2); in fillRect()
193 public void drawLine(Point p1, Point p2) { in drawLine()208 public void drawRect(Point p1, Point p2) { in drawRect()230 public void fillRect(Point p1, Point p2) { in fillRect()254 public void drawOval(Point p1, Point p2) { in drawOval()276 public void fillOval(Point p1, Point p2) { in fillOval()
54 MockPlatformPackage p1 = new MockPlatformPackage(1, 1); in testFindAddonDependency() local