Searched refs:bEOIFound (Results 1 – 4 of 4) sorted by relevance
60 bEOIFound=sal_False; in StartDecompression()107 if (bEOIFound==sal_True) break; in Decompress()171 if (nCode==257) { bEOIFound=sal_True; return; } in DecompressSome()175 else { bEOIFound=sal_True; return; } in DecompressSome()
60 sal_Bool bEOIFound, bInvert, bFirst; member in LZWDecompressor
44 bEOIFound ( sal_False ), in GIFLZWDecompressor()110 if ( bEOIFound ) in DecompressBlock()115 rEOI = bEOIFound; in DecompressBlock()190 bEOIFound = sal_True; in ProcessOneCode()
47 sal_Bool bEOIFound; member in GIFLZWDecompressor
Completed in 19 milliseconds