8 references to GorillaCodec
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (8)
100this.GorillaCodec.FindPacketAlgoByte(input, testDelDel); 128this.GorillaCodec.Compress( bitCount, //the max count of bits required for each int 225this.GorillaCodec.Uncompress( bitCount, //the max count of bits required for each int 258compression = this.GorillaCodec.FindPropAlgoByte(input); 270this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount); 291this.GorillaCodec.Compress(bitCount, //the max count of bits required for each int 332this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount); 348return this.GorillaCodec.Uncompress(bitCount, reader, type, unitsToDecode);