Home
last modified time | relevance | path

Searched refs:OutCount (Results 76 – 77 of 77) sorted by relevance

1234

/dports/lang/nbc/
H A DGIFImage.pas6861 OutCount ,
6882 OutCount := 0;
6894 inc(OutCount);
6896 if (OutCount >= OutBump) then
6902 if (OutCount >= OutClear) then
6971 if (OutCount >= OutClear) then
7008 if (OutCount = 0) then
7047 if (OutCount + RepeatMax + RepeatLeft > MaxCodes) then
7049 RepeatMax := MaxCodes - OutCount;
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources132744 [ outCount > maxOutCodes ifTrue: [ ^ self error: 'corrupt GIF file (OutCount)' ].

1234