6 references to RingBufferLength
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
44
for (index = 0; index <
RingBufferLength
- _maxMatchLength; index++)
51
_currentRingBufferPosition =
RingBufferLength
- _maxMatchLength;
72
_currentRingBufferPosition &=
RingBufferLength
- 1;
85
byte1 = _ringBuffer[(start + index) & (
RingBufferLength
- 1)];
89
_currentRingBufferPosition &=
RingBufferLength
- 1;
101
private byte[] _ringBuffer = new byte[
RingBufferLength
];