Home
last modified time | relevance | path

Searched refs:bEndDecoding (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx298 bool bEndDecoding = false; in ImplDecodeRLE() local
354 bEndDecoding = true; in ImplDecodeRLE()
388 while ( !bEndDecoding && ( nY >= 0L ) ); in ImplDecodeRLE()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx995 bool bEndDecoding = FALSE; in ImplDecodeRLEBuffer() local
1040 bEndDecoding = TRUE; in ImplDecodeRLEBuffer()
1071 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx643 sal_Bool bEndDecoding = FALSE; in ImplDecodeRLEBuffer() local
688 bEndDecoding = TRUE; in ImplDecodeRLEBuffer()
719 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer()
/trunk/main/svx/source/gallery2/
H A Dcodec.cxx127 sal_Bool bEndDecoding = sal_False; in Read() local
149 bEndDecoding = sal_True; in Read()
159 while ( !bEndDecoding && ( pTmpBuf <= pLast ) ); in Read()

Completed in 32 milliseconds