Searched defs:TJCompressor (Results 1 - 1 of 1) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJCompressor.java39 public class TJCompressor implements Closeable { class in inherits:Closeable
47 public TJCompressor() throws TJException { method in class:TJCompressor
71 public TJCompressor(byte[] srcImage, int x, int y, int width, int pitch, method in class:TJCompressor
78 * {@link #TJCompressor(byte[], int, int, int, int, int, int)} instead.
81 public TJCompressor(byte[] srcImage, int width, int pitch, int height, method in class:TJCompressor
106 public TJCompressor(BufferedImage srcImage, int x, int y, int width, method in class:TJCompressor

Completed in 59 milliseconds