48 references to Glyphs
PresentationCore (48)
Core\CSharp\MS\Internal\Shaping\Context.cs (20)
333
match = ( GlyphId(Table,curOffset) == GlyphInfo.
Glyphs
[glyphIndex] );
363
match = ( GlyphId(Table,curOffset) == GlyphInfo.
Glyphs
[glyphIndex] );
396
match = ( GlyphId(Table,curOffset) == GlyphInfo.
Glyphs
[glyphIndex] );
456
ushort glyphId = GlyphInfo.
Glyphs
[glyphIndex];
673
GetClass(Table,GlyphInfo.
Glyphs
[glyphIndex]);
708
GetClass(Table,GlyphInfo.
Glyphs
[glyphIndex]);
746
GetClass(Table,GlyphInfo.
Glyphs
[glyphIndex]);
806
ushort glyphId = GlyphInfo.
Glyphs
[glyphIndex];
994
.GetGlyphIndex(Table,GlyphInfo.
Glyphs
[glyphIndex])<0)
1009
.GetGlyphIndex(Table,GlyphInfo.
Glyphs
[glyphIndex])<0)
1033
.GetGlyphIndex(Table,GlyphInfo.
Glyphs
[glyphIndex])<0)
1424
match = ( GlyphId(Table,inputIndex) == GlyphInfo.
Glyphs
[glyphIndex] );
1483
ushort glyphId = GlyphInfo.
Glyphs
[glyphIndex];
1682
ClassDef.GetClass(Table,GlyphInfo.
Glyphs
[glyphIndex]);
1742
ushort glyphId = GlyphInfo.
Glyphs
[glyphIndex];
1863
.GetGlyphIndex(Table,GlyphInfo.
Glyphs
[glyphIndex])<0)
2121
int coverageIndex = InputCoverage(Table).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[inputGlyphIndex]);
2151
match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[glyphIndex]) >= 0);
2176
match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[glyphIndex]) >= 0);
2184
GlyphInfo.
Glyphs
[inputGlyphIndex] = Glyph(Table,curOffset);
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (2)
839
ushort glyph = GlyphInfo.
Glyphs
[i];
928
attachClass!=markAttachClassDef.GetClass(gdefTable,GlyphInfo.
Glyphs
[glyph])
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
294
ushort glyph = glyphInfo.
Glyphs
[i];
Core\CSharp\MS\Internal\Shaping\Positioning.cs (13)
104
ContourPoint = Font.GetGlyphPointCoord(GlyphInfo.
Glyphs
[MobileGlyph],
111
ContourPoint = Font.GetGlyphPointCoord(GlyphInfo.
Glyphs
[MobileGlyph],
574
ushort glyphId = GlyphInfo.
Glyphs
[FirstGlyph];
832
ushort firstGlyphId = GlyphInfo.
Glyphs
[FirstGlyph];
837
ushort secondGlyphId = GlyphInfo.
Glyphs
[secondGlyph];
1056
int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[markGlyph]);
1067
int baseCoverageIndex = BaseCoverage(Table).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[baseGlyph]);
1217
int mark1CoverageIndex = Mark1Coverage(Table).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[mark1Glyph]);
1228
int mark2CoverageIndex = Mark2Coverage(Table).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[mark2Glyph]);
1386
coverageIndex = coverage.GetGlyphIndex(Table,GlyphInfo.
Glyphs
[glyphIndex]);
1393
GetGlyphIndex(Table,GlyphInfo.
Glyphs
[prevGlyphIndex]);
1619
int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.
Glyphs
[markGlyph]);
1630
GetGlyphIndex(Table,GlyphInfo.
Glyphs
[baseGlyph]);
Core\CSharp\MS\Internal\Shaping\Substitution.cs (12)
80
ushort GlyphId = GlyphInfo.
Glyphs
[FirstGlyph];
87
GlyphInfo.
Glyphs
[FirstGlyph] = (ushort)(GlyphId + Format1DeltaGlyphId(Table));
93
GlyphInfo.
Glyphs
[FirstGlyph] = Format2SubstituteGlyphId(Table,(ushort)CoverageIndex);
244
ushort glyphId = GlyphInfo.
Glyphs
[FirstGlyph];
271
if (GlyphInfo.
Glyphs
[curGlyph]!=ligature.Component(Table,comp)) break;
337
GlyphInfo.
Glyphs
[glyph-shift] = GlyphInfo.
Glyphs
[glyph];
360
GlyphInfo.
Glyphs
[FirstGlyph] = ligatureGlyph;
518
ushort glyphId = GlyphInfo.
Glyphs
[FirstGlyph];
547
GlyphInfo.
Glyphs
[FirstGlyph + gl] = sequence.Glyph(Table,gl);
683
GetGlyphIndex(Table,GlyphInfo.
Glyphs
[FirstGlyph]);
692
GlyphInfo.
Glyphs
[FirstGlyph] = alternateGlyph;