Uses of Class
com.twelvemonkeys.imageio.plugins.webp.lossless.ColorCache
-
Packages that use ColorCache Package Description com.twelvemonkeys.imageio.plugins.webp.lossless -
-
Uses of ColorCache in com.twelvemonkeys.imageio.plugins.webp.lossless
Methods in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type ColorCache Modifier and Type Method Description private int
VP8LDecoder. decodeBwRef(java.awt.image.WritableRaster raster, ColorCache colorCache, int width, HuffmanCodeGroup curCodeGroup, byte[] rgba, short code, int x, int y)
private void
VP8LDecoder. decodeCached(java.awt.image.WritableRaster raster, ColorCache colorCache, byte[] rgba, int y, int x, short code)
private void
VP8LDecoder. decodeImage(java.awt.image.WritableRaster raster, HuffmanInfo huffmanInfo, ColorCache colorCache)
private void
VP8LDecoder. decodeLiteral(java.awt.image.WritableRaster raster, ColorCache colorCache, HuffmanCodeGroup curCodeGroup, byte[] rgba, int y, int x, short code)
-