Home
last modified time | relevance | path

Searched refs:mpBuffer (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/vcl/inc/vcl/
H A Dbmpacc.hxx93 BitmapBuffer* mpBuffer; member in BitmapReadAccess
109 SAL_DLLPRIVATE BitmapBuffer* ImplGetBitmapBuffer() const { return mpBuffer; } in ImplGetBitmapBuffer()
313 return( mpBuffer == NULL ); in operator !()
320 return( mpBuffer ? mpBuffer->mnWidth : 0L ); in Width()
327 return( mpBuffer ? mpBuffer->mnHeight : 0L ); in Height()
348 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in IsTopDown()
349 …return( mpBuffer ? sal::static_int_cast<sal_Bool>( BMP_SCANLINE_ADJUSTMENT( mpBuffer->mnFormat ) =… in IsTopDown()
363 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetScanlineFormat()
364 return( mpBuffer ? BMP_SCANLINE_FORMAT( mpBuffer->mnFormat ) : 0UL ); in GetScanlineFormat()
371 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetScanlineSize()
[all …]
H A Dgfxlink.hxx39 sal_uInt8* mpBuffer; member
44 mpBuffer = nSize ? new sal_uInt8[ nSize ] : NULL; in ImpBuffer()
47 ImpBuffer( sal_uInt8* pBuf ) { mnRefCount = 1UL; mpBuffer = pBuf; } in ImpBuffer()
49 ~ImpBuffer() { delete[] mpBuffer; } in ~ImpBuffer()
/AOO41X/main/vcl/source/gdi/
H A Dbmpacc.cxx40 mpBuffer ( NULL ), in BitmapReadAccess()
52 mpBuffer ( NULL ), in BitmapReadAccess()
89 mpBuffer = pImpBmp->ImplAcquireBuffer( !mbModify ); in ImplCreate()
91 if( !mpBuffer ) in ImplCreate()
99 mpBuffer = pImpBmp->ImplAcquireBuffer( !mbModify ); in ImplCreate()
105 if( mpBuffer ) in ImplCreate()
107 const long nHeight = mpBuffer->mnHeight; in ImplCreate()
108 Scanline pTmpLine = mpBuffer->mpBits; in ImplCreate()
116 maColorMask = mpBuffer->maColorMask; in ImplCreate()
118 if( BMP_SCANLINE_ADJUSTMENT( mpBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) in ImplCreate()
[all …]
H A Dgfxlink.cxx79 memcpy( mpBuf->mpBuffer, pBuf, nSize ); in GfxLink()
184 return( mpBuf ? mpBuf->mpBuffer : NULL ); in GetData()
280 mpSwap = new ImpSwap( mpBuf->mpBuffer, mnBufSize ); in SwapOut()
H A Dbmpacc3.cxx116 if( ImplFastEraseBitmap( *mpBuffer, aColor ) ) in Erase()
/AOO41X/main/package/source/zipapi/
H A DMemoryByteGrabber.hxx34 const sal_Int8 *mpBuffer; member in MemoryByteGrabber
39 , mpBuffer ( rBuffer.getConstArray() ) in MemoryByteGrabber()
47 const sal_Int8 * getCurrentPos () { return mpBuffer + mnCurrent; } in getCurrentPos()
61 rtl_copyMemory( aData.getArray(), mpBuffer + mnCurrent, nBytesToRead ); in readBytes()
111 rInt8 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
120 rInt16 = mpBuffer[mnCurrent++] & 0xFF; in operator >>()
121 rInt16 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 8; in operator >>()
131 rInt32 = mpBuffer[mnCurrent++] & 0xFF; in operator >>()
132 rInt32 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 8; in operator >>()
133 rInt32 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 16; in operator >>()
[all …]
/AOO41X/main/io/source/TextInputStream/
H A DTextInputStream.cxx84 sal_Unicode* mpBuffer; member in io_TextInputStream::OTextInputStream
133 : mSeqSource( READ_BYTE_COUNT ), mpBuffer( NULL ), mnBufferSize( 0 ) in OTextInputStream()
154 memcpy( pNewBuffer, mpBuffer, mnCharsInBuffer * sizeof( sal_Unicode ) ); in implResizeBuffer()
155 mpBuffer = pNewBuffer; in implResizeBuffer()
199 if( !mpBuffer ) in implReadString()
202 mpBuffer = new sal_Unicode[ mnBufferSize ]; in implReadString()
232 sal_Unicode c = mpBuffer[ nBufferReadPos++ ]; in implReadString()
281 aRetStr = OUString( mpBuffer, nCopyLen ); in implReadString()
284 memmove( mpBuffer, mpBuffer + nBufferReadPos, in implReadString()
323 mpBuffer + mnCharsInBuffer + nTargetCount, in implReadNext()
/AOO41X/main/canvas/source/tools/
H A Dpage.hxx81 mpBuffer(), in PageFragment()
90 mpBuffer(), in PageFragment()
99 … setColorBuffer( const IColorBufferSharedPtr& pColorBuffer ) { mpBuffer=pColorBuffer; } in setColorBuffer()
142 *mpBuffer ); in refresh()
148 IColorBufferSharedPtr mpBuffer; member in canvas::PageFragment
H A Dsurfaceproxy.cxx43 mpBuffer( pBuffer ) in SurfaceProxy()
45 const ::basegfx::B2ISize aImageSize(mpBuffer->getWidth(),mpBuffer->getHeight()); in SurfaceProxy()
84 mpBuffer, in SurfaceProxy()
H A Dsurfaceproxy.hxx124 canvas::IColorBufferSharedPtr mpBuffer; member in canvas::SurfaceProxy