Home
last modified time | relevance | path

Searched refs:pDst (Results 1 – 15 of 15) sorted by relevance

/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx559 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 Ddx_9rm.cxx433 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 Ddx_5rm.cxx922 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()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx134 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 Dpsputil.hxx46 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 Dprinterjob.cxx64 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()
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx635 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx836 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()
/trunk/main/vcl/source/fontsubset/
H A Dxlat.cxx39 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()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1225 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 Dbmpfast.cxx327 PIXBYTE* pDst = rDst.GetRawPtr(); in ImplConvertPixel() local
328 pDst[1] = pSrc[0]; in ImplConvertPixel()
329 pDst[0] = pSrc[1]; in ImplConvertPixel()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx1907 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 Dinterpr1.cxx8197 sal_Unicode* pDst = aRes.AllocBuffer( n * nLen ); in ScRept() local
8200 memcpy( pDst, pSrc, nLen * sizeof(sal_Unicode) ); in ScRept()
8201 pDst += nLen; in ScRept()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1349 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()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2527 sal_uLong* pDst = mpTempBuffer; in UpdateTarget() local
2529 *(pDst++) ^= *(pSrc++); in UpdateTarget()

Completed in 207 milliseconds