20 references to GorillaEncodingType
PresentationCore (20)
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (8)
273GorillaEncodingType type = GorillaEncodingType.Byte; 277type = GorillaEncodingType.Int; 282type = GorillaEncodingType.Short; 334GorillaEncodingType type = GorillaEncodingType.Byte; 337type = GorillaEncodingType.Int; 341type = GorillaEncodingType.Short;
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (12)
406internal void Compress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToEncode, List<byte> compressedData) 421case GorillaEncodingType.Int: 426case GorillaEncodingType.Short: 431case GorillaEncodingType.Byte: 460private int GetDataFromReader(BitStreamReader reader, GorillaEncodingType type) 464case GorillaEncodingType.Int: 468case GorillaEncodingType.Short: 472case GorillaEncodingType.Byte: 569internal byte[] Uncompress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToDecode) 588case GorillaEncodingType.Int: 599case GorillaEncodingType.Short: 610case GorillaEncodingType.Byte: