Searched refs:bEndDecoding (Results 1 – 4 of 4) sorted by relevance
127 sal_Bool bEndDecoding = sal_False; in Read() local149 bEndDecoding = sal_True; in Read()159 while ( !bEndDecoding && ( pTmpBuf <= pLast ) ); in Read()
643 sal_Bool bEndDecoding = FALSE; in ImplDecodeRLEBuffer() local688 bEndDecoding = TRUE; in ImplDecodeRLEBuffer()719 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer()
995 bool bEndDecoding = FALSE; in ImplDecodeRLEBuffer() local1040 bEndDecoding = TRUE; in ImplDecodeRLEBuffer()1071 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer()
298 bool bEndDecoding = false; in ImplDecodeRLE() local354 bEndDecoding = true; in ImplDecodeRLE()388 while ( !bEndDecoding && ( nY >= 0L ) ); in ImplDecodeRLE()
Completed in 33 milliseconds