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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesTileGenerator.java46 private final int maxTileAlphaSum; field in class:PiscesTileGenerator
59 this.maxTileAlphaSum = TILE_SIZE*TILE_SIZE*maxalpha;
115 // border, we could still return 0xff, even though al!=maxTileAlphaSum
121 // to compute maxTileAlphaSum. The savings offered would probably
130 (al == maxTileAlphaSum ? 0xff : 0x80));

Completed in 29 milliseconds