Searched defs:TJCompressor (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 39 public class TJCompressor implements Closeable { class 47 public TJCompressor() throws TJException { in TJCompressor() method in TJCompressor 71 public TJCompressor(byte[] srcImage, int x, int y, int width, int pitch, in TJCompressor() method in TJCompressor 82 public TJCompressor(byte[] srcImage, int width, int pitch, int height, in TJCompressor() method in TJCompressor 107 public TJCompressor(BufferedImage srcImage, int x, int y, int width, in TJCompressor() method in TJCompressor
|