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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c1186 UByte *ubyteBufPtr; local
1316 ubyteBufPtr = tf.ubyteBuf + (fileHeight -1 - y) * fileWidth * tf.th.nChans;
1318 ubyteBufPtr = tf.ubyteBuf + y * fileWidth * tf.th.nChans;
1321 pixbufPtr[x] = ubyteBufPtr[x];
1323 ubyteBufPtr += fileWidth * tf.th.nChans;
1402 UByte *ubyteBufPtr; local
1437 ubyteBufPtr = tf.ubyteBuf;
1441 *ubyteBufPtr = pixelPtr[redOffset];
1442 ubyteBufPtr++;
1447 *(ubyteBufPtr
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c756 UByte *ubyteBufPtr;
884 ubyteBufPtr = tf.ubyteBuf + (fileHeight -1 - y) * fileWidth * block.pixelSize;
886 ubyteBufPtr = tf.ubyteBuf + y * fileWidth * block.pixelSize;
889 pixbufPtr[x] = ubyteBufPtr[x];
891 ubyteBufPtr += fileWidth * block.pixelSize;
754 UByte *ubyteBufPtr; local

Completed in 174 milliseconds