Searched refs:mpBuf (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | gfxlink.cxx | 45 mpBuf ( NULL ), in GfxLink() 82 mpBuf = NULL; in GfxLink() 89 if( mpBuf && !( --mpBuf->mnRefCount ) ) in ~GfxLink() 90 delete mpBuf; in ~GfxLink() 104 if ( mpBuf && !( --mpBuf->mnRefCount ) ) in operator =() 105 delete mpBuf; in operator =() 144 mpBuf = rGfxLink.mpBuf; in ImplCopy() 149 if( mpBuf ) in ImplCopy() 150 mpBuf->mnRefCount++; in ImplCopy() 184 return( mpBuf ? mpBuf->mpBuffer : NULL ); in GetData() [all …]
|
H A D | impvect.cxx | 246 Scanline mpBuf; member in ImplVectMap 278 Scanline pTmp = mpBuf = (Scanline) rtl_allocateMemory( nSize ); in ImplVectMap() 280 memset( mpBuf, 0, nSize ); in ImplVectMap() 292 rtl_freeMemory( mpBuf ); in ~ImplVectMap()
|
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | bitmap.cxx | 52 if ( ImplGetDimensions( rDesc ) && rDesc.mpBuf ) in ImplGetBitmap() 79 for ( ny = 0; --nyCount ; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 84 …rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>( (*( rDesc.mpBuf + (nx >> 3)) >> ((nx &… in ImplGetBitmap() 93 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 107 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 111 sal_uInt8* pTemp = rDesc.mpBuf; in ImplGetBitmap() 131 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 133 sal_uInt8* pTemp = rDesc.mpBuf; in ImplGetBitmap() 147 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 149 sal_uInt8* pTemp = rDesc.mpBuf; in ImplGetBitmap() [all …]
|
H A D | cgm.cxx | 51 mpBuf = NULL; in ImplCGMInit() 172 delete [] mpBuf; in ~CGM() 797 if ( !mpBuf ) in Write() 798 mpBuf = new sal_uInt8[ 0xffff ]; in Write() 801 mpSource = mpBuf; in Write()
|
H A D | bitmap.hxx | 35 sal_uInt8* mpBuf; member in CGMBitmapDescriptor 53 mpBuf ( NULL ), in CGMBitmapDescriptor()
|
H A D | cgm.hxx | 105 sal_uInt8* mpBuf; // source stream operation -> then this is allocated for member in CGM
|
/trunk/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 39 sal_uInt8* mpBuf; member 43 ~PropEntry() { delete[] mpBuf; } ; in ~PropEntry() 52 mpBuf ( new sal_uInt8[ nBufSize ] ) in PropEntry() 54 memcpy( (void*)mpBuf, (void*)pBuf, nBufSize ); in PropEntry() 61 mpBuf ( new sal_uInt8[ mnSize ] ) in PropEntry() 63 memcpy( (void*)mpBuf, (void*)rProp.mpBuf, mnSize ); in PropEntry() 70 delete[] mpBuf; in operator =() 74 mpBuf = new sal_uInt8[ mnSize ]; in operator =() 75 memcpy( (void*)mpBuf, (void*)rPropEntry.mpBuf, mnSize ); in operator =() 317 rPropItem.Write( pProp->mpBuf, pProp->mnSize ); in GetProperty() [all …]
|
/trunk/main/vcl/inc/vcl/ |
H A D | gfxlink.hxx | 133 ImpBuffer* mpBuf; member in GfxLink
|
Completed in 46 milliseconds