Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:_tmpBuffer

478     _tmpBuffer (0),
491 _tmpBuffer = new unsigned short
553 delete [] _tmpBuffer;
629 // from the input buffer into _tmpBuffer, rearranging them such
650 // placed in _tmpBuffer.
658 unsigned short *tmpBufferEnd = _tmpBuffer;
680 // Xdr format. Copy the HALF channels into _tmpBuffer and
682 // Copy UINT and FLOAT channels verbatim into _tmpBuffer.
717 // into _tmpBuffer.
743 // block in _tmpBuffer. HALF channels are in native format; UINT
757 // For each HALF channel, split the data in _tmpBuffer into 4x4
761 // UINT and FLOAT channels are copied from _tmpBuffer into the
793 // the pixel data in _tmpBuffer is not divisible
872 // into _tmpBuffer. UINT and FLOAT channels are copied
874 // 4x4 pixels. Then the pixels in _tmpBuffer are copied
891 unsigned short *tmpBufferEnd = _tmpBuffer;