20 references to GorillaEncodingType
PresentationCore (20)
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (8)
288GorillaEncodingType type = GorillaEncodingType.Byte; 292type = GorillaEncodingType.Int; 297type = GorillaEncodingType.Short; 349GorillaEncodingType type = GorillaEncodingType.Byte; 352type = GorillaEncodingType.Int; 356type = GorillaEncodingType.Short;
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (12)
422internal void Compress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToEncode, List<byte> compressedData) 437case GorillaEncodingType.Int: 442case GorillaEncodingType.Short: 447case GorillaEncodingType.Byte: 476private int GetDataFromReader(BitStreamReader reader, GorillaEncodingType type) 480case GorillaEncodingType.Int: 484case GorillaEncodingType.Short: 488case GorillaEncodingType.Byte: 585internal byte[] Uncompress(int bitCount, BitStreamReader reader, GorillaEncodingType encodingType, int unitsToDecode) 604case GorillaEncodingType.Int: 615case GorillaEncodingType.Short: 626case GorillaEncodingType.Byte: