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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c101 void* jpegtables; /* JPEGTables tag value, or NULL */ member in struct:__anon13223
483 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables;
495 newbuf = TkimgTIFFrealloc((tdata_t) sp->jpegtables,
501 sp->jpegtables = newbuf;
526 if (sp->jpegtables) {
527 TkimgTIFFfree(sp->jpegtables);
530 sp->jpegtables = (void*) TkimgTIFFmalloc((tsize_t) sp->jpegtables_length);
531 if (sp->jpegtables == NULL) {
633 sp->src.next_input_byte = (const JOCTET*) sp->jpegtables;
1033 /* Direct libjpeg output into jpegtables */
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c159 void* jpegtables; /* JPEGTables tag value, or NULL */ member in struct:__anon13142
453 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables;
464 newbuf = _TIFFrealloc((tdata_t) sp->jpegtables,
470 sp->jpegtables = newbuf;
492 if (sp->jpegtables)
493 _TIFFfree(sp->jpegtables);
495 sp->jpegtables = (void*) _TIFFmalloc((tsize_t) sp->jpegtables_length);
496 if (sp->jpegtables == NULL) {
590 sp->src.next_input_byte = (const JOCTET*) sp->jpegtables;
1153 /* Direct libjpeg output into jpegtables */
[all...]

Completed in 73 milliseconds