Home | History | Annotate | Download | only in ui

Lines Matching defs:pts

238 				int[] pts= new int[] { x, y + h2 - 1, x + SLANT, y + 1, x + SLANT + GAP2, y + 1, x + GAP2, y + h2 - 1};
243 gc.fillPolygon(pts);
244 gc.drawLine(pts[0], pts[1], pts[2], pts[3]);
245 gc.drawLine(pts[4], pts[5], pts[6], pts[7]);