MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (8)
99this.GorillaCodec.FindPacketAlgoByte(input, testDelDel);
127this.GorillaCodec.Compress( bitCount, //the max count of bits required for each int
224this.GorillaCodec.Uncompress( bitCount, //the max count of bits required for each int
257compression = this.GorillaCodec.FindPropAlgoByte(input);
269this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount);
290this.GorillaCodec.Compress(bitCount, //the max count of bits required for each int
331this.GorillaCodec.GetPropertyBitCount(compression, ref countPerItem, ref bitCount, ref padCount);
347return this.GorillaCodec.Uncompress(bitCount, reader, type, unitsToDecode);