< prev index next >

src/java.desktop/unix/classes/sun/java2d/xr/DirtyRegion.java

Print this page
rev 48925 : Xrender: Rename MaskTil(eManager) to RectTile(Manager) to avoid confusion later

*** 25,35 **** package sun.java2d.xr; import static java.lang.Math.min; import static java.lang.Math.max; ! import static sun.java2d.xr.MaskTileManager.MASK_SIZE; /** * This class implements region tracking, used by the tiled-mask code. * * @author Clemens Eisserer --- 25,35 ---- package sun.java2d.xr; import static java.lang.Math.min; import static java.lang.Math.max; ! import static sun.java2d.xr.RectTileManager.MASK_SIZE; /** * This class implements region tracking, used by the tiled-mask code. * * @author Clemens Eisserer
< prev index next >