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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c119 *matteScan; /* Buffer for one scanline: Matte channel */ member in struct:__anon13215
131 if (tf->matteScan) ckfree((char *)tf->matteScan);
472 tf->matte = tf->matteScan;
972 tf.matteScan = (UByte *) ckalloc(blockPtr->width);
973 if (!tf.redScan || !tf.greenScan || !tf.blueScan || !tf.matteScan) {
995 tf.matte = tf.matteScan;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1120 *matteScan; /* Buffer for one scanline: Matte channel */ member in struct:__anon13211
1141 if (tf->matteScan) ckfree ((char *)tf->matteScan);
1272 if (!writeChannel (tf, tf->matteScan, 3, y, tf->th.xsize))
1754 tf.matteScan = (UByte *) ckalloc (blockPtr->width);
1770 tf.matte = tf.matteScan;

Completed in 72 milliseconds