Searched defs:Qtable (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/ | ||
H A D | DQTMarkerSegment.java | 51 tables.add(new Qtable(true, quality)); 53 tables.add(new Qtable(false, quality)); 61 Qtable newGuy = new Qtable(buffer); 71 tables.add(new Qtable(qtables[i], i)); 83 tables.add(new Qtable(children.item(i))); 92 Qtable table = (Qtable) iter.next(); 101 Qtable table = (Qtable) table 178 class Qtable implements Cloneable { class in class:DQTMarkerSegment 199 Qtable(boolean wantLuma, float quality) { method in class:DQTMarkerSegment.Qtable 222 Qtable(JPEGBuffer buffer) throws IIOException { method in class:DQTMarkerSegment.Qtable 237 Qtable(JPEGQTable table, int id) { method in class:DQTMarkerSegment.Qtable 243 Qtable(Node node) throws IIOInvalidTreeException { method in class:DQTMarkerSegment.Qtable [all...] |
Completed in 60 milliseconds