8 references to GorillaCodec
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (8)
114this.GorillaCodec.FindPacketAlgoByte(input, testDelDel); 142this.GorillaCodec.Compress( bitCount, //the max count of bits required for each int 245this.GorillaCodec.Uncompress( bitCount, //the max count of bits required for each int 279compression = this.GorillaCodec.FindPropAlgoByte(input); 291this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount); 312this.GorillaCodec.Compress(bitCount, //the max count of bits required for each int 356this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount); 372return this.GorillaCodec.Uncompress(bitCount, reader, type, unitsToDecode);