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