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