Home
last modified time | relevance | path

Searched refs:pBlockBuf (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx42 sal_uInt8* pBlockBuf; member in GIFImageDataOutputStream
64 pBlockBuf[nBlockBufSize++] = (sal_uInt8) nBitsBuf; in FlushBitsBufsFullBytes()
86 pBlockBuf = new sal_uInt8[ 255 ]; in GIFImageDataOutputStream()
102 delete[] pBlockBuf; in ~GIFImageDataOutputStream()
112 rStream.Write( pBlockBuf,nBlockBufSize ); in FlushBlockBuf()
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx86 pBlockBuf = pSrc; in DecompressBlock()
156 nInputBitsBuf |= ( (sal_uLong) pBlockBuf[ nBlockBufPos++ ] ) << nInputBitsBufSize; in ProcessOneCode()
H A Ddecode.hxx38 HPBYTE pBlockBuf; member in GIFLZWDecompressor
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx228 sal_uInt16 *pBlockBuf; member
249 pPercBuf(0), pBlockBuf(0), in SvxRuler_Impl()
266 delete[] pPercBuf; delete[] pBlockBuf; pPercBuf = 0; in ~SvxRuler_Impl()
280 delete[] pBlockBuf; in SetPercSize()
282 pBlockBuf = new sal_uInt16[nPercSize = nSize]; in SetPercSize()
286 memset(pBlockBuf, 0, nSize2); in SetPercSize()
2167 pRuler_Imp->pBlockBuf[i]; in DragBorders()
2725 pRuler_Imp->pBlockBuf[i] = (sal_uInt16)lActBorderSum; in PrepareProportional_Impl()
2748 pRuler_Imp->pBlockBuf[i] = (sal_uInt16)lActBorderSum; in PrepareProportional_Impl()

Completed in 27 milliseconds