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