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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJCompressor.java37 public class TJCompressor { class
45 public TJCompressor() throws Exception { method in class:TJCompressor
69 public TJCompressor(byte[] srcImage, int x, int y, int width, int pitch, method in class:TJCompressor
76 * {@link #TJCompressor(byte[], int, int, int, int, int, int)} instead.
79 public TJCompressor(byte[] srcImage, int width, int pitch, int height, method in class:TJCompressor
104 public TJCompressor(BufferedImage srcImage, int x, int y, int width, method in class:TJCompressor

Completed in 707 milliseconds