6 instantiations of ValueRecordTable
PresentationCore (6)
MS\Internal\Shaping\Positioning.cs (6)
488
return new
ValueRecordTable
(offset + offsetFormat1Value,
497
return new
ValueRecordTable
(offset +
657
return new
ValueRecordTable
(offset + offsetFormat2ValueRecordArray +
676
return new
ValueRecordTable
(offset +
708
return new
ValueRecordTable
(offset + offsetPairValueArray +
717
return new
ValueRecordTable
(offset + offsetPairValueArray +
15 references to ValueRecordTable
PresentationCore (15)
MS\Internal\Shaping\Positioning.cs (15)
484
private
ValueRecordTable
Format1ValueRecord(FontTable Table)
493
private
ValueRecordTable
Format2ValueRecord(FontTable Table, ushort Index)
499
Index *
ValueRecordTable
.Size(ValueFormat(Table)),
526
ValueRecordTable
valueRecord;
644
private
ValueRecordTable
Format2FirstValueRecord(FontTable Table,
654
int recordSize =
ValueRecordTable
.Size(firstValueFormat) +
655
ValueRecordTable
.Size(secondValueFormat);
663
private
ValueRecordTable
Format2SecondValueRecord(FontTable Table,
673
int secondRecordOffset =
ValueRecordTable
.Size(firstValueFormat),
674
recordSize = secondRecordOffset +
ValueRecordTable
.Size(secondValueFormat);
706
public
ValueRecordTable
FirstValueRecord(FontTable Table, ushort Index, ushort Format)
715
public
ValueRecordTable
SecondValueRecord(FontTable Table, ushort Index, ushort Format)
738
secondValueRecordOffset = (ushort)(offsetPairValueValue1 +
ValueRecordTable
.Size(firstValueRecordSize));
739
pairValueRecordSize = (ushort)(secondValueRecordOffset +
ValueRecordTable
.Size(secondValueRecordSize));
775
ValueRecordTable
firstValueRecord, secondValueRecord;