Home
last modified time | relevance | path

Searched refs:bRLE4 (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx289 void ImplDecodeRLE( sal_uInt8* pBuffer, DIBV5Header& rHeader, BitmapWriteAccess& rAcc, bool bRLE4 ) in ImplDecodeRLE() argument
308 if( bRLE4 ) in ImplDecodeRLE()
365 if( bRLE4 ) in ImplDecodeRLE()
848 bool ImplWriteRLE( SvStream& rOStm, BitmapReadAccess& rAcc, bool bRLE4 ) in ImplWriteRLE() argument
882 *pTmp++ = ( bRLE4 ? ( ( cPix << 4 ) | cPix ) : cPix ); in ImplWriteRLE()
907 if( bRLE4 ) in ImplWriteRLE()
936 *pTmp++ = rAcc.GetPixelIndex( nY, nSaveIndex ) << (bRLE4 ? 4 : 0); in ImplWriteRLE()
941 *pTmp++ = rAcc.GetPixelIndex( nY, ++nSaveIndex ) << ( bRLE4 ? 4 : 0 ); in ImplWriteRLE()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx983 const Size& rSizePixel, bool bRLE4 ) in ImplDecodeRLEBuffer() argument
988 sal_uLong nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer()
1007 if( bRLE4 ) in ImplDecodeRLEBuffer()
1051 if( bRLE4 ) in ImplDecodeRLEBuffer()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx631 const Size& rSizePixel, bool bRLE4 ) in ImplDecodeRLEBuffer() argument
636 ULONG nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer()
655 if( bRLE4 ) in ImplDecodeRLEBuffer()
699 if( bRLE4 ) in ImplDecodeRLEBuffer()
/trunk/main/vcl/inc/win/
H A Dsalbmp.h79 const Size& rSizePixel, bool bRLE4 );
/trunk/main/vcl/inc/os2/
H A Dsalbmp.h65 const Size& rSizePixel, bool bRLE4 );

Completed in 26 milliseconds