20 references to GorillaEncodingType
PresentationCore (20)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (8)
295GorillaEncodingType type = GorillaEncodingType.Byte; 299type = GorillaEncodingType.Int; 304type = GorillaEncodingType.Short; 359GorillaEncodingType type = GorillaEncodingType.Byte; 362type = GorillaEncodingType.Int; 366type = GorillaEncodingType.Short;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (12)
426internal void Compress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToEncode, List<byte> compressedData) 447case GorillaEncodingType.Int: 452case GorillaEncodingType.Short: 457case GorillaEncodingType.Byte: 486private int GetDataFromReader(BitStreamReader reader, GorillaEncodingType type) 490case GorillaEncodingType.Int: 494case GorillaEncodingType.Short: 498case GorillaEncodingType.Byte: 610internal byte[] Uncompress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToDecode) 638case GorillaEncodingType.Int: 649case GorillaEncodingType.Short: 660case GorillaEncodingType.Byte: