Lines Matching refs:_tmpBuffer
165 _tmpBuffer (0),
168 _tmpBuffer = new char [maxScanLineSize];
175 delete [] _tmpBuffer;
212 char *t1 = _tmpBuffer;
213 char *t2 = _tmpBuffer + (inSize + 1) / 2;
235 unsigned char *t = (unsigned char *) _tmpBuffer + 1;
236 unsigned char *stop = (unsigned char *) _tmpBuffer + inSize;
253 return rleCompress (inSize, _tmpBuffer, (signed char *) _outBuffer);
281 _tmpBuffer)))
291 unsigned char *t = (unsigned char *) _tmpBuffer + 1;
292 unsigned char *stop = (unsigned char *) _tmpBuffer + outSize;
307 const char *t1 = _tmpBuffer;
308 const char *t2 = _tmpBuffer + (outSize + 1) / 2;