Searched refs:pDstBuffer (Results 1 – 3 of 3) sorted by relevance
46 pDstBuffer->mnBitCount = BitCount; \297 BitmapBuffer* pDstBuffer = new BitmapBuffer; in StretchAndConvert() local355 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 …]
274 inline static void writeLittleEndian( void* pDstBuffer, Type nValue );294 inline void ByteOrderConverter::writeLittleEndian( void* pDstBuffer, Type nValue ) in writeLittleEndian() argument297 memcpy( pDstBuffer, &nValue, sizeof( Type ) ); in writeLittleEndian()
74 sal_Unicode *pDstBuffer, sal_Size nDstLength) in __store_convertTextToUnicode() argument81 pDstBuffer, nDstLength, in __store_convertTextToUnicode()