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

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java225 a.getTranslation(Integer.MAX_VALUE, Integer.MAX_VALUE)
226 .getTranslation(Integer.MAX_VALUE, Integer.MAX_VALUE)
227 .getTranslation(Integer.MAX_VALUE, Integer.MAX_VALUE);
232 a.getTranslation(Integer.MIN_VALUE, Integer.MIN_VALUE)
233 .getTranslation(Integer.MIN_VALUE, Integer.MIN_VALUE)
234 .getTranslation(Integer.MIN_VALUE, Integer.MIN_VALUE);
260 RectListImpl theTrans = a.getTranslation(dx, dy); numops++;
262 RectListImpl unTrans = theTrans.getTranslation(-dx, -dy);
375 public abstract RectListImpl getTranslation(int dx, int dy); method in class:RegionOps.RectListImpl
410 public RectListImpl getTranslation(in method in class:RegionOps.AreaImpl
483 public RectListImpl getTranslation(int dx, int dy) { method in class:RegionOps.RegionImpl
[all...]

Completed in 29 milliseconds