8 references to GorillaCodec
PresentationCore (8)
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 239this.GorillaCodec.Uncompress( bitCount, //the max count of bits required for each int 272compression = this.GorillaCodec.FindPropAlgoByte(input); 284this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount); 305this.GorillaCodec.Compress(bitCount, //the max count of bits required for each int 346this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount); 362return this.GorillaCodec.Uncompress(bitCount, reader, type, unitsToDecode);