1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Substitution.cs (1)
456
public MultipleSubstitutionSequenceTable(int Offset) {
offset
= Offset; }
2 references to offset
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\Substitution.cs (2)
448
return Table.GetUShort(
offset
+ offsetGlyphCount);
453
return Table.GetUShort(
offset
+ offsetGlyphArray + index * sizeGlyphId);