Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx295 sal_uLong nRunByte; in ImplDecodeRLE() local
304 nRunByte = *pRLE++; in ImplDecodeRLE()
306 if( nRunByte > 2 ) in ImplDecodeRLE()
310 nCountByte = nRunByte >> 1; in ImplDecodeRLE()
323 if( nRunByte & 1 ) in ImplDecodeRLE()
331 if( ( ( nRunByte + 1 ) >> 1 ) & 1 ) in ImplDecodeRLE()
344 if( nRunByte & 1 ) in ImplDecodeRLE()
348 else if( !nRunByte ) in ImplDecodeRLE()
353 else if( nRunByte == 1 ) in ImplDecodeRLE()
367 nRunByte = nCountByte >> 1; in ImplDecodeRLE()
[all …]
H A Dpdfwriter_impl2.cxx1652 sal_uInt8 nRunByte; in findBitRun() local
1656 nRunByte = 0xff; in findBitRun()
1661 nRunByte = 0; in findBitRun()
1665 while( nByte == nRunByte && nIndex < i_nW ) in findBitRun()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx991 sal_uLong nRunByte; in ImplDecodeRLEBuffer() local
1003 nRunByte = *pRLE++; in ImplDecodeRLEBuffer()
1005 if( nRunByte > 2UL ) in ImplDecodeRLEBuffer()
1009 nCountByte = nRunByte >> 1UL; in ImplDecodeRLEBuffer()
1018 if( nRunByte & 1 ) in ImplDecodeRLEBuffer()
1027 pRLE += nRunByte; in ImplDecodeRLEBuffer()
1028 nX += nRunByte; in ImplDecodeRLEBuffer()
1030 if( nRunByte & 1 ) in ImplDecodeRLEBuffer()
1034 else if( !nRunByte ) in ImplDecodeRLEBuffer()
1039 else if( nRunByte == 1 ) in ImplDecodeRLEBuffer()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx639 ULONG nRunByte; in ImplDecodeRLEBuffer() local
651 nRunByte = *pRLE++; in ImplDecodeRLEBuffer()
653 if( nRunByte > 2UL ) in ImplDecodeRLEBuffer()
666 if( nRunByte & 1 ) in ImplDecodeRLEBuffer()
675 pRLE += nRunByte; in ImplDecodeRLEBuffer()
676 nX += nRunByte; in ImplDecodeRLEBuffer()
678 if( nRunByte & 1 ) in ImplDecodeRLEBuffer()
682 else if( !nRunByte ) in ImplDecodeRLEBuffer()
687 else if( nRunByte == 1 ) in ImplDecodeRLEBuffer()
701 nRunByte = nCountByte >> 1; in ImplDecodeRLEBuffer()
[all …]
/trunk/main/svx/source/gallery2/
H A Dcodec.cxx126 sal_uIntPtr nIndex = 0UL, nCountByte, nRunByte; in Read() local
135 nRunByte = *pInBuf++; in Read()
137 if ( nRunByte > 2 ) in Read()
140 memcpy( &pTmpBuf[ nIndex ], pInBuf, nRunByte ); in Read()
141 pInBuf += nRunByte; in Read()
142 nIndex += nRunByte; in Read()
145 if ( nRunByte & 1 ) in Read()
148 else if ( nRunByte == 1 ) // Ende des Bildes in Read()

Completed in 62 milliseconds