20 references to GorillaEncodingType
PresentationCore (20)
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (8)
274GorillaEncodingType type = GorillaEncodingType.Byte; 278type = GorillaEncodingType.Int; 283type = GorillaEncodingType.Short; 335GorillaEncodingType type = GorillaEncodingType.Byte; 338type = GorillaEncodingType.Int; 342type = GorillaEncodingType.Short;
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (12)
407internal void Compress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToEncode, List<byte> compressedData) 422case GorillaEncodingType.Int: 427case GorillaEncodingType.Short: 432case GorillaEncodingType.Byte: 461private int GetDataFromReader(BitStreamReader reader, GorillaEncodingType type) 465case GorillaEncodingType.Int: 469case GorillaEncodingType.Short: 473case GorillaEncodingType.Byte: 570internal byte[] Uncompress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToDecode) 589case GorillaEncodingType.Int: 600case GorillaEncodingType.Short: 611case GorillaEncodingType.Byte: