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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java168 public char[] hIST_histogram; field in class:PNGMetadata
561 for (int i = 0; i < hIST_histogram.length; i++) {
566 Integer.toString(hIST_histogram[i]));
1387 hIST_histogram = new char[numEntries];
1388 System.arraycopy(hist, 0, hIST_histogram, 0, numEntries);

Completed in 25 milliseconds