Home
last modified time | relevance | path

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

/aoo4110/main/vcl/inc/vcl/
H A Dbmpacc.hxx313 return( mpBuffer == NULL ); in operator !()
320 return( mpBuffer ? mpBuffer->mnWidth : 0L ); in Width()
327 return( mpBuffer ? mpBuffer->mnHeight : 0L ); in Height()
364 return( mpBuffer ? BMP_SCANLINE_FORMAT( mpBuffer->mnFormat ) : 0UL ); in GetScanlineFormat()
372 return( mpBuffer ? mpBuffer->mnScanlineSize : 0UL ); in GetScanlineSize()
380 return( mpBuffer ? mpBuffer->mnBitCount : 0 ); in GetBitCount()
398 return( mpBuffer ? mpBuffer->mpBits : NULL ); in GetBuffer()
415 return( mpBuffer && !!mpBuffer->maPalette ); in HasPalette()
423 return mpBuffer->maPalette; in GetPalette()
469 return mpBuffer->maColorMask; in GetColorMask()
[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()
/aoo4110/main/vcl/source/gdi/
H A Dbmpacc.cxx40 mpBuffer ( NULL ), in BitmapReadAccess()
52 mpBuffer ( NULL ), in BitmapReadAccess()
91 if( !mpBuffer ) in ImplCreate()
105 if( mpBuffer ) in ImplCreate()
130 mpBuffer = NULL; in ImplCreate()
147 if( mpBuffer && pImpBmp ) in ImplDestroy()
150 mpBuffer = NULL; in ImplDestroy()
336 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
425 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetColorWithFallback()
436 if(mpBuffer) in GetColorWithFallback()
[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()
/aoo4110/main/package/source/zipapi/
H A DMemoryByteGrabber.hxx34 const sal_Int8 *mpBuffer; member in MemoryByteGrabber
39 , mpBuffer ( rBuffer.getConstArray() ) in MemoryByteGrabber()
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 >>()
144 rInt8 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
153 rInt16 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
[all …]
/aoo4110/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()
/aoo4110/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

Completed in 56 milliseconds