48 references to Glyphs
PresentationCore (48)
MS\Internal\Shaping\Context.cs (20)
302match = ( GlyphId(Table,curOffset) == GlyphInfo.Glyphs[glyphIndex] ); 332match = ( GlyphId(Table,curOffset) == GlyphInfo.Glyphs[glyphIndex] ); 365match = ( GlyphId(Table,curOffset) == GlyphInfo.Glyphs[glyphIndex] ); 425ushort glyphId = GlyphInfo.Glyphs[glyphIndex]; 627GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 662GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 700GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 760ushort 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) 1351match = ( GlyphId(Table,inputIndex) == GlyphInfo.Glyphs[glyphIndex] ); 1410ushort glyphId = GlyphInfo.Glyphs[glyphIndex]; 1594ClassDef.GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 1654ushort glyphId = GlyphInfo.Glyphs[glyphIndex]; 1770.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 2018int coverageIndex = InputCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[inputGlyphIndex]); 2048match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0); 2073match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0); 2081GlyphInfo.Glyphs[inputGlyphIndex] = Glyph(Table,curOffset);
MS\Internal\Shaping\OpenTypeCommon.cs (2)
813ushort glyph = GlyphInfo.Glyphs[i]; 898attachClass!=markAttachClassDef.GetClass(gdefTable,GlyphInfo.Glyphs[glyph])
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
261ushort glyph = glyphInfo.Glyphs[i];
MS\Internal\Shaping\Positioning.cs (13)
70ContourPoint = Font.GetGlyphPointCoord(GlyphInfo.Glyphs[MobileGlyph], 77ContourPoint = Font.GetGlyphPointCoord(GlyphInfo.Glyphs[MobileGlyph], 521ushort glyphId = GlyphInfo.Glyphs[FirstGlyph]; 768ushort firstGlyphId = GlyphInfo.Glyphs[FirstGlyph]; 773ushort secondGlyphId = GlyphInfo.Glyphs[secondGlyph]; 977int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[markGlyph]); 988int baseCoverageIndex = BaseCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[baseGlyph]); 1127int mark1CoverageIndex = Mark1Coverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[mark1Glyph]); 1138int mark2CoverageIndex = Mark2Coverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[mark2Glyph]); 1290coverageIndex = coverage.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex]); 1297GetGlyphIndex(Table,GlyphInfo.Glyphs[prevGlyphIndex]); 1512int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[markGlyph]); 1523GetGlyphIndex(Table,GlyphInfo.Glyphs[baseGlyph]);
MS\Internal\Shaping\Substitution.cs (12)
67ushort GlyphId = GlyphInfo.Glyphs[FirstGlyph]; 74GlyphInfo.Glyphs[FirstGlyph] = (ushort)(GlyphId + Format1DeltaGlyphId(Table)); 80GlyphInfo.Glyphs[FirstGlyph] = Format2SubstituteGlyphId(Table,(ushort)CoverageIndex); 216ushort glyphId = GlyphInfo.Glyphs[FirstGlyph]; 243if (GlyphInfo.Glyphs[curGlyph]!=ligature.Component(Table,comp)) break; 309GlyphInfo.Glyphs[glyph-shift] = GlyphInfo.Glyphs[glyph]; 332GlyphInfo.Glyphs[FirstGlyph] = ligatureGlyph; 479ushort glyphId = GlyphInfo.Glyphs[FirstGlyph]; 508GlyphInfo.Glyphs[FirstGlyph + gl] = sequence.Glyph(Table,gl); 634GetGlyphIndex(Table,GlyphInfo.Glyphs[FirstGlyph]); 643GlyphInfo.Glyphs[FirstGlyph] = alternateGlyph;