Home
last modified time | relevance | path

Searched refs:pDstBuffer (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dsalmisc.cxx46 pDstBuffer->mnBitCount = BitCount; \
297 BitmapBuffer* pDstBuffer = new BitmapBuffer; in StretchAndConvert() local
355 pDstBuffer->mnBitCount = 1; in StretchAndConvert()
361 pDstBuffer->mnFormat = nDstBitmapFormat; in StretchAndConvert()
362 pDstBuffer->mnWidth = rTwoRect.mnDestWidth; in StretchAndConvert()
363 pDstBuffer->mnHeight = rTwoRect.mnDestHeight; in StretchAndConvert()
364 pDstBuffer->mnScanlineSize = AlignedWidth4Bytes( pDstBuffer->mnBitCount * pDstBuffer->mnWidth ); in StretchAndConvert()
367 pDstBuffer->mpBits = new sal_uInt8[ pDstBuffer->mnScanlineSize * pDstBuffer->mnHeight ]; in StretchAndConvert()
372 pDstBuffer->mpBits = NULL; in StretchAndConvert()
373 delete pDstBuffer; in StretchAndConvert()
[all …]
/AOO41X/main/oox/inc/oox/helper/
H A Dhelper.hxx274 inline static void writeLittleEndian( void* pDstBuffer, Type nValue );
294 inline void ByteOrderConverter::writeLittleEndian( void* pDstBuffer, Type nValue ) in writeLittleEndian() argument
297 memcpy( pDstBuffer, &nValue, sizeof( Type ) ); in writeLittleEndian()
/AOO41X/main/store/source/
H A Dstordir.cxx74 sal_Unicode *pDstBuffer, sal_Size nDstLength) in __store_convertTextToUnicode() argument
81 pDstBuffer, nDstLength, in __store_convertTextToUnicode()