Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java39 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
81 public TJCompressor(byte[] srcImage, int width, int pitch, int height, in TJCompressor() method in TJCompressor
106 public TJCompressor(BufferedImage srcImage, int x, int y, int width, in TJCompressor() method in TJCompressor