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