/aoo41x/main/canvas/source/directx/ |
H A D | dx_surfacebitmap.cxx | 559 sal_uInt8 *pDst = (sal_uInt8 *)aRes.getArray(); in getData() local 563 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData() 564 pDst += nSegmentSizeInBytes; in getData() 575 sal_uInt8 *pDst = (sal_uInt8 *)aRes.getArray(); in getData() local 580 pDst += nSegmentSizeInBytes; in getData() 647 pDst += aSurfaceDesc.lPitch; in setData() 664 pDst += aLockedRect.Pitch; in setData() 721 *pDst = aColor.GetValue(); in setPixel() 730 *pDst = aColor.GetValue(); in setPixel() 779 Gdiplus::Color aColor(*pDst); in getPixel() [all …]
|
H A D | dx_9rm.cxx | 433 sal_uInt8 *pDst = (sal_uInt8*)aLockedRect.pBits; in update() local 452 pDst[nNumBytesToCopy] = in update() 453 pDst[nNumBytesToCopy+1] = in update() 454 pDst[nNumBytesToCopy+2] = in update() 455 pDst[nNumBytesToCopy+3] = 0x00; in update() 457 pDst += aLockedRect.Pitch; in update() 474 sal_uInt8 *pDst = (sal_uInt8*)aLockedRect.pBits; in update() local 497 pDst += aLockedRect.Pitch; in update() 514 sal_uInt8 *pDst = (sal_uInt8*)aLockedRect.pBits; in update() local 523 sal_uInt32 *pDst32 = reinterpret_cast<sal_uInt32 *>(pDst); in update() [all …]
|
H A D | dx_5rm.cxx | 922 sal_uInt8 *pDst = ((sal_uInt8*)aSurfaceDesc.lpSurface+ in update() local 934 rtl_copyMemory(pDst,pImage,nNumBytesToCopy); in update() 936 pDst += aSurfaceDesc.lPitch; in update() 950 sal_uInt8 *pDst = ((sal_uInt8*)aSurfaceDesc.lpSurface+ in update() local 958 sal_uInt32 *pDstScanline = reinterpret_cast<sal_uInt32 *>(pDst); in update() 970 pDst += aSurfaceDesc.lPitch; in update() 984 sal_uInt8 *pDst = ((sal_uInt8*)aSurfaceDesc.lpSurface+ in update() local 993 sal_uInt32 *pDst32 = reinterpret_cast<sal_uInt32 *>(pDst); in update() 997 pDst += aSurfaceDesc.lPitch; in update()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | psputil.cxx | 134 appendStr (const sal_Char* pSrc, sal_Char* pDst) in appendStr() argument 137 strncpy (pDst, pSrc, nBytes + 1); in appendStr() 143 appendStr (const sal_Char* pSrc, sal_Char* pDst, sal_Int32 nBytes) in appendStr() argument 145 strncpy (pDst, pSrc, nBytes); in appendStr() 146 pDst [nBytes] = '\0'; in appendStr()
|
H A D | psputil.hxx | 46 sal_Int32 appendStr (const sal_Char* pSrc, sal_Char* pDst); 47 sal_Int32 appendStr (const sal_Char* pSrc, sal_Char* pDst, sal_Int32 nBytes); 48 …nt32 appendStr( const ::rtl::OString& rSrc, sal_Char* pDst) { return appendStr( rSrc.getStr(), pDs… in appendStr() argument
|
H A D | printerjob.cxx | 64 AppendPS (FILE* pDst, osl::File* pSrc, sal_uChar* pBuffer, in AppendPS() argument 67 if ((pDst == NULL) || (pSrc == NULL)) in AppendPS() 83 nOut = fwrite (pBuffer, 1, sal::static_int_cast<sal_uInt32>(nIn), pDst); in AppendPS()
|
/aoo41x/main/filter/source/graphicfilter/itiff/ |
H A D | ccidecom.cxx | 635 sal_uInt8 * pSrc,* pDst; in DecompressScanline() local 684 pDst = pLastLine; in DecompressScanline() 685 for ( i = 0; i < nLastLineSize; i++ ) *( pDst++ ) = 0x00; in DecompressScanline() 713 pDst = pLastLine; in DecompressScanline() 714 for ( i = 0; i < nLastLineSize; i++ ) *(pDst++)=*(pSrc++); in DecompressScanline()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | xlat.cxx | 39 void convertStr( int nSelect, const sal_Unicode* pSrc, sal_uInt16* pDst, int nCount ); 127 void ConverterCache::convertStr( int nSelect, const sal_Unicode* pSrc, sal_uInt16* pDst, int nCount… in convertStr() argument 151 pDst[n] = aCode; in convertStr()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 836 unsigned char* pDst = p21; in DrawServerAAForcedString() local 838 for( int x = pRawBitmap->mnWidth; (--x >= 0) && (p22 > pDst); ++pSrc ) in DrawServerAAForcedString() 840 if( (*pSrc == 0) || (p20 > pDst) ) // keep background in DrawServerAAForcedString() 841 pDst += bpp; in DrawServerAAForcedString() 845 for( int z = bpp; --z >= 0; ++pColor, ++pDst ) in DrawServerAAForcedString() 846 *pDst = *pColor; in DrawServerAAForcedString() 851 for( int z = bpp; --z >= 0; ++pColor, ++pDst ) in DrawServerAAForcedString() 856 *pDst += (*pSrc * ((int)*pColor - *pDst)) >> 8; in DrawServerAAForcedString()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1225 Scanline pDst = pWriteAcc->GetScanline( nY ); in CreateMask() local 1229 pDst[ nX >> 3 ] |= 1 << ( 7 - ( nX & 7 ) ); in CreateMask() 1231 pDst[ nX >> 3 ] &= ~( 1 << ( 7 - ( nX & 7 ) ) ); in CreateMask() 1262 Scanline pDst = pWriteAcc->GetScanline( nY ); in CreateMask() local 1266 pDst[ nX >> 3 ] |= 1 << ( 7 - ( nX & 7 ) ); in CreateMask() 1268 pDst[ nX >> 3 ] &= ~( 1 << ( 7 - ( nX & 7 ) ) ); in CreateMask()
|
H A D | bmpfast.cxx | 327 PIXBYTE* pDst = rDst.GetRawPtr(); in ImplConvertPixel() local 328 pDst[1] = pSrc[0]; in ImplConvertPixel() 329 pDst[0] = pSrc[1]; in ImplConvertPixel()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1349 Scanline pDst = pWAcc->GetScanline( nY ); in ImplCreateScaled() local 1356 pDst[ nX >> 3 ] |= 1 << ( 7 - ( nX & 7 ) ); in ImplCreateScaled() 1358 pDst[ nX >> 3 ] &= ~( 1 << ( 7 - ( nX & 7 ) ) ); in ImplCreateScaled()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 1907 sal_Unicode* lcl_UnicodeStrNCpy( sal_Unicode* pDst, const sal_Unicode* pSrc, xub_StrLen nMax ) in lcl_UnicodeStrNCpy() argument 1909 const sal_Unicode* const pStop = pDst + nMax; in lcl_UnicodeStrNCpy() 1910 while ( *pSrc && pDst < pStop ) in lcl_UnicodeStrNCpy() 1912 *pDst++ = *pSrc++; in lcl_UnicodeStrNCpy() 1914 *pDst = 0; in lcl_UnicodeStrNCpy() 1915 return pDst; in lcl_UnicodeStrNCpy()
|
H A D | interpr1.cxx | 8060 sal_Unicode* pDst = aRes.AllocBuffer( n * nLen ); in ScRept() local 8063 memcpy( pDst, pSrc, nLen * sizeof(sal_Unicode) ); in ScRept() 8064 pDst += nLen; in ScRept()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2527 sal_uLong* pDst = mpTempBuffer; in UpdateTarget() local 2529 *(pDst++) ^= *(pSrc++); in UpdateTarget()
|