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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c1250 jpeg_saved_marker_ptr icc_markers[MAX_SEQ_NO + 1]; local
1251 int first; // index of the first marker in the icc_markers array
1252 int last; // index of the last marker in the icc_markers array
1260 icc_markers[seq_no] = NULL;
1285 if (icc_markers[seq_no] != NULL) {
1290 icc_markers[seq_no] = marker;
1304 first = icc_markers[0] ? 0 : 1;
1312 if (icc_markers[seq_no] == NULL) {
1318 length = icc_markers[seq_no]->data_length;
1355 JOCTET FAR *src_ptr = icc_markers[seq_n
[all...]

Completed in 33 milliseconds