6 instantiations of ValueRecordTable
PresentationCore (6)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (6)
541
return new
ValueRecordTable
(offset + offsetFormat1Value,
550
return new
ValueRecordTable
(offset +
715
return new
ValueRecordTable
(offset + offsetFormat2ValueRecordArray +
734
return new
ValueRecordTable
(offset +
771
return new
ValueRecordTable
(offset + offsetPairValueArray +
780
return new
ValueRecordTable
(offset + offsetPairValueArray +
15 references to ValueRecordTable
PresentationCore (15)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (15)
537
private
ValueRecordTable
Format1ValueRecord(FontTable Table)
546
private
ValueRecordTable
Format2ValueRecord(FontTable Table, ushort Index)
552
Index *
ValueRecordTable
.Size(ValueFormat(Table)),
579
ValueRecordTable
valueRecord;
702
private
ValueRecordTable
Format2FirstValueRecord(FontTable Table,
712
int recordSize =
ValueRecordTable
.Size(firstValueFormat) +
713
ValueRecordTable
.Size(secondValueFormat);
721
private
ValueRecordTable
Format2SecondValueRecord(FontTable Table,
731
int secondRecordOffset =
ValueRecordTable
.Size(firstValueFormat),
732
recordSize = secondRecordOffset +
ValueRecordTable
.Size(secondValueFormat);
769
public
ValueRecordTable
FirstValueRecord(FontTable Table, ushort Index, ushort Format)
778
public
ValueRecordTable
SecondValueRecord(FontTable Table, ushort Index, ushort Format)
802
secondValueRecordOffset = (ushort)(offsetPairValueValue1 +
ValueRecordTable
.Size(firstValueRecordSize));
803
pairValueRecordSize = (ushort)(secondValueRecordOffset +
ValueRecordTable
.Size(secondValueRecordSize));
839
ValueRecordTable
firstValueRecord, secondValueRecord;