26 writes to
PresentationCore (26)
MS\Internal\Shaping\Context.cs (2)
2081
GlyphInfo.Glyphs
[
inputGlyphIndex] = Glyph(Table,curOffset);
2082
GlyphInfo.GlyphFlags
[
inputGlyphIndex] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
MS\Internal\Shaping\OpenTypeCommon.cs (1)
819
GlyphInfo.GlyphFlags
[
i] = (ushort)(flags|
MS\Internal\Shaping\Positioning.cs (2)
1271
GlyphInfo.GlyphFlags
[
glyphIndex] &= (ushort)~cursiveBit;
1331
glyphFlags
[
index] |= cursiveBit;
MS\Internal\Shaping\Substitution.cs (21)
74
GlyphInfo.Glyphs
[
FirstGlyph] = (ushort)(GlyphId + Format1DeltaGlyphId(Table));
75
GlyphInfo.GlyphFlags
[
FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
80
GlyphInfo.Glyphs
[
FirstGlyph] = Format2SubstituteGlyphId(Table,(ushort)CoverageIndex);
81
GlyphInfo.GlyphFlags
[
FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
300
Charmap
[
curChar] = (ushort)FirstGlyph;
309
GlyphInfo.Glyphs
[
glyph-shift] = GlyphInfo.Glyphs[glyph];
310
GlyphInfo.GlyphFlags
[
glyph-shift] = GlyphInfo.GlyphFlags[glyph];
311
GlyphInfo.FirstChars
[
glyph-shift] = GlyphInfo.FirstChars[glyph];
312
GlyphInfo.LigatureCounts
[
glyph-shift] = GlyphInfo.LigatureCounts[glyph];
322
Charmap
[
curChar] -= shift;
332
GlyphInfo.Glyphs
[
FirstGlyph] = ligatureGlyph;
333
GlyphInfo.GlyphFlags
[
FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
334
GlyphInfo.FirstChars
[
FirstGlyph] = (ushort)firstLigaChar;
335
GlyphInfo.LigatureCounts
[
FirstGlyph] = (ushort)totalLigaCharCount;
508
GlyphInfo.Glyphs
[
FirstGlyph + gl] = sequence.Glyph(Table,gl);
509
GlyphInfo.GlyphFlags
[
FirstGlyph + gl] =
511
GlyphInfo.FirstChars
[
FirstGlyph + gl] = firstChar;
512
GlyphInfo.LigatureCounts
[
FirstGlyph + gl] = ligatureCount;
521
if (Charmap[ch]>FirstGlyph) Charmap
[
ch] = (ushort)(Charmap[ch]+lengthDelta);
643
GlyphInfo.Glyphs
[
FirstGlyph] = alternateGlyph;
644
GlyphInfo.GlyphFlags
[
FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
70 references to
PresentationCore (70)
MS\Internal\Shaping\Context.cs (19)
302
match = ( GlyphId(Table,curOffset) == GlyphInfo.Glyphs
[
glyphIndex] );
332
match = ( GlyphId(Table,curOffset) == GlyphInfo.Glyphs
[
glyphIndex] );
365
match = ( GlyphId(Table,curOffset) == GlyphInfo.Glyphs
[
glyphIndex] );
425
ushort glyphId = GlyphInfo.Glyphs
[
glyphIndex];
627
GetClass(Table,GlyphInfo.Glyphs
[
glyphIndex]);
662
GetClass(Table,GlyphInfo.Glyphs
[
glyphIndex]);
700
GetClass(Table,GlyphInfo.Glyphs
[
glyphIndex]);
760
ushort glyphId = GlyphInfo.Glyphs
[
glyphIndex];
942
.GetGlyphIndex(Table,GlyphInfo.Glyphs
[
glyphIndex])<0)
957
.GetGlyphIndex(Table,GlyphInfo.Glyphs
[
glyphIndex])<0)
981
.GetGlyphIndex(Table,GlyphInfo.Glyphs
[
glyphIndex])<0)
1351
match = ( GlyphId(Table,inputIndex) == GlyphInfo.Glyphs
[
glyphIndex] );
1410
ushort glyphId = GlyphInfo.Glyphs
[
glyphIndex];
1594
ClassDef.GetClass(Table,GlyphInfo.Glyphs
[
glyphIndex]);
1654
ushort glyphId = GlyphInfo.Glyphs
[
glyphIndex];
1770
.GetGlyphIndex(Table,GlyphInfo.Glyphs
[
glyphIndex])<0)
2018
int coverageIndex = InputCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
inputGlyphIndex]);
2048
match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
glyphIndex]) >= 0);
2073
match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
glyphIndex]) >= 0);
MS\Internal\Shaping\OpenTypeCommon.cs (11)
760
if (StartGlyph > Charmap
[
FirstChar])
763
FirstGlyph = Charmap
[
FirstChar];
766
AfterLastGlyph = Charmap
[
AfterLastChar];
796
(GlyphInfo.GlyphFlags
[
i] & (ushort)~typemask) |
808
ushort flags = (ushort)(GlyphInfo.GlyphFlags
[
i] | (ushort)FlagToSet);
813
ushort glyph = GlyphInfo.Glyphs
[
i];
882
(glyphFlags
[
glyph]&(ushort)GlyphFlags.GlyphTypeMask)==(ushort)GlyphFlags.Base
887
(glyphFlags
[
glyph]&(ushort)GlyphFlags.GlyphTypeMask)==(ushort)GlyphFlags.Mark
892
(glyphFlags
[
glyph]&(ushort)GlyphFlags.GlyphTypeMask)==(ushort)GlyphFlags.Ligature
896
(glyphFlags
[
glyph]&(ushort)GlyphFlags.GlyphTypeMask)==(ushort)GlyphFlags.Mark &&
898
attachClass!=markAttachClassDef.GetClass(gdefTable,GlyphInfo.Glyphs
[
glyph])
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
261
ushort glyph = glyphInfo.Glyphs
[
i];
MS\Internal\Shaping\Positioning.cs (22)
70
ContourPoint = Font.GetGlyphPointCoord(GlyphInfo.Glyphs
[
MobileGlyph],
77
ContourPoint = Font.GetGlyphPointCoord(GlyphInfo.Glyphs
[
MobileGlyph],
521
ushort glyphId = GlyphInfo.Glyphs
[
FirstGlyph];
768
ushort firstGlyphId = GlyphInfo.Glyphs
[
FirstGlyph];
773
ushort secondGlyphId = GlyphInfo.Glyphs
[
secondGlyph];
975
if ((GlyphInfo.GlyphFlags
[
markGlyph]&(ushort)GlyphFlags.GlyphTypeMask)!=(ushort)GlyphFlags.Mark) return false;
977
int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
markGlyph]);
988
int baseCoverageIndex = BaseCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
baseGlyph]);
1125
if ((GlyphInfo.GlyphFlags
[
mark1Glyph]&(ushort)GlyphFlags.GlyphTypeMask)!=(ushort)GlyphFlags.Mark) return false;
1127
int mark1CoverageIndex = Mark1Coverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
mark1Glyph]);
1138
int mark2CoverageIndex = Mark2Coverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
mark2Glyph]);
1290
coverageIndex = coverage.GetGlyphIndex(Table,GlyphInfo.Glyphs
[
glyphIndex]);
1297
GetGlyphIndex(Table,GlyphInfo.Glyphs
[
prevGlyphIndex]);
1337
(glyphFlags
[
index] & cursiveBit) != 0 ;
1460
for (int ch = GlyphInfo.FirstChars
[
markGlyph];
1463
ushort glyph = Charmap
[
ch];
1464
if ((GlyphInfo.GlyphFlags
[
glyph] & (ushort)GlyphFlags.GlyphTypeMask) !=
1475
for(ushort ch = GlyphInfo.FirstChars
[
ligatureGlyph];
1479
if (Charmap
[
ch]==ligatureGlyph) comp++;
1510
if ((GlyphInfo.GlyphFlags
[
markGlyph]&(ushort)GlyphFlags.GlyphTypeMask)!=(ushort)GlyphFlags.Mark) return false;
1512
int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs
[
markGlyph]);
1523
GetGlyphIndex(Table,GlyphInfo.Glyphs
[
baseGlyph]);
MS\Internal\Shaping\Substitution.cs (17)
67
ushort GlyphId = GlyphInfo.Glyphs
[
FirstGlyph];
216
ushort glyphId = GlyphInfo.Glyphs
[
FirstGlyph];
243
if (GlyphInfo.Glyphs
[
curGlyph]!=ligature.Component(Table,comp)) break;
269
int curFirstChar = GlyphInfo.FirstChars
[
curGlyph];
270
int curLigaCount = GlyphInfo.LigatureCounts
[
curGlyph];
298
if (Charmap
[
curChar]==prevGlyph)
309
GlyphInfo.Glyphs[glyph-shift] = GlyphInfo.Glyphs
[
glyph];
310
GlyphInfo.GlyphFlags[glyph-shift] = GlyphInfo.GlyphFlags
[
glyph];
311
GlyphInfo.FirstChars[glyph-shift] = GlyphInfo.FirstChars
[
glyph];
312
GlyphInfo.LigatureCounts[glyph-shift] = GlyphInfo.LigatureCounts
[
glyph];
319
ushort curCharmap = Charmap
[
curChar];
479
ushort glyphId = GlyphInfo.Glyphs
[
FirstGlyph];
497
ushort firstChar = GlyphInfo.FirstChars
[
FirstGlyph];
498
ushort ligatureCount = GlyphInfo.LigatureCounts
[
FirstGlyph];
521
if (Charmap
[
ch]>FirstGlyph) Charmap[ch] = (ushort)(Charmap
[
ch]+lengthDelta);
634
GetGlyphIndex(Table,GlyphInfo.Glyphs
[
FirstGlyph]);