Searched refs:structPointer (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java72 private long structPointer = 0; field in class:JPEGImageReader
227 structPointer = initJPEGImageReader();
228 disposerRecord = new JPEGReaderDisposerRecord(structPointer);
288 setSource(structPointer);
330 private native void setSource(long structPointer); argument
604 retval = readImageHeader(structPointer, haveSeeked, reset);
622 private native boolean readImageHeader(long structPointer, argument
906 setOutColorSpace(structPointer, JPEG.JCS_RGB);
919 setOutColorSpace(structPointer, JPEG.JCS_GRAYSCALE);
981 private native void setOutColorSpace(long structPointer, in argument
1388 readImage(long structPointer, byte [] buffer, int numRasterBands, int [] srcBands, int [] bandSizes, int sourceXOffset, int sourceYOffset, int sourceWidth, int sourceHeight, int periodX, int periodY, JPEGQTable [] abbrevQTables, JPEGHuffmanTable [] abbrevDCHuffmanTables, JPEGHuffmanTable [] abbrevACHuffmanTables, int minProgressivePass, int maxProgressivePass, boolean wantUpdates) argument
1419 abortRead(long structPointer) argument
1422 resetLibraryState(long structPointer) argument
1585 resetReader(long structPointer) argument
1601 disposeReader(long structPointer) argument
[all...]
H A DJPEGImageWriter.java82 private long structPointer = 0; field in class:JPEGImageWriter
189 structPointer = initJPEGImageWriter();
190 disposerRecord = new JPEGWriterDisposerRecord(structPointer);
203 setDest(structPointer);
1058 aborted = writeImage(structPointer,
1168 writeTables(structPointer,
1217 abortWrite(structPointer);
1225 resetWriter(structPointer);
1252 if (structPointer != 0) {
1254 structPointer
1667 setDest(long structPointer) argument
1672 writeImage(long structPointer, byte [] data, int inCsType, int outCsType, int numBands, int [] bandSizes, int srcWidth, int destWidth, int destHeight, int stepX, int stepY, JPEGQTable [] qtables, boolean writeDQT, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables, boolean writeDHT, boolean optimizeHuffman, boolean progressive, int numScans, int [] scans, int [] componentIds, int [] HsamplingFactors, int [] VsamplingFactors, int [] QtableSelectors, boolean haveMetadata, int restartInterval) argument
1729 writeTables(long structPointer, JPEGQTable [] qtables, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables) argument
1802 abortWrite(long structPointer) argument
1805 resetWriter(long structPointer) argument
1808 disposeWriter(long structPointer) argument
[all...]

Completed in 242 milliseconds