26 references to GetGlyphIndex
PresentationCore (26)
MS\Internal\Shaping\Context.cs (11)
427int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 762if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 942.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 957.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 981.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 1412int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 1656if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 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);
MS\Internal\Shaping\Positioning.cs (11)
523int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 781int coverageIndex = Coverage(Table).GetGlyphIndex(Table,firstGlyphId); 796int coverageIndex = Coverage(Table).GetGlyphIndex(Table,firstGlyphId); 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 (4)
68int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,GlyphId); 217int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 480int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 634GetGlyphIndex(Table,GlyphInfo.Glyphs[FirstGlyph]);