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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Drasterfile.h12 long ras_type; /* type of file; see RT_* below */ member in struct:rasterfile
20 /* Sun supported ras_type's */
H A Dras2tiff.c101 TIFFSwabLong((uint32 *)&h.ras_type);
111 TIFFSwabLong((uint32 *)&h.ras_type);
210 if (h.ras_type == RT_STANDARD && h.ras_depth == 24) {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c96 UInt ras_type; /* Encoding */ member in struct:__anon12997
415 UInt type = sh->ras_type;
1065 if (sh.ras_type > 5) {
1066 sprintf(errMsg, "Unknown Sun Raster type: %d", sh.ras_type);
1071 if (sh.ras_type == RAS_TYPE_RLE)
1127 fileWidth, fileHeight, sh.ras_type))
1134 fileWidth, fileHeight, sh.ras_type,
1144 nchan, sh.ras_type, matte))
1250 sh.ras_type = (compr) ? RAS_TYPE_RLE : RAS_TYPE_STD;

Completed in 157 milliseconds