< prev index next >

src/java.desktop/share/classes/sun/java2d/pisces/PiscesTileGenerator.java

Print this page

        

@@ -74,14 +74,11 @@
         }
         return alphaMapsCache.get(maxalpha);
     }
 
     public void getBbox(int bbox[]) {
-        bbox[0] = cache.bboxX0;
-        bbox[1] = cache.bboxY0;
-        bbox[2] = cache.bboxX1;
-        bbox[3] = cache.bboxY1;
+        cache.getBBox(bbox);
         //System.out.println("bbox["+bbox[0]+", "+bbox[1]+" => "+bbox[2]+", "+bbox[3]+"]");
     }
 
     /**
      * Gets the width of the tiles that the generator batches output into.
< prev index next >