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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesTileGenerator.java40 private static final Map<Integer, byte[]> alphaMapsCache = new field in class:PiscesTileGenerator
72 if (!alphaMapsCache.containsKey(maxalpha)) {
73 alphaMapsCache.put(maxalpha, buildAlphaMap(maxalpha));
75 return alphaMapsCache.get(maxalpha);

Completed in 29 milliseconds