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