26 references to GetGlyphIndex
PresentationCore (26)
MS\Internal\Shaping\Context.cs (11)
425int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 760if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 940.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 955.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 979.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 1410int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 1654if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 1768.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 2016int coverageIndex = InputCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[inputGlyphIndex]); 2046match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0); 2071match = (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)
67int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,GlyphId); 216int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 479int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 633GetGlyphIndex(Table,GlyphInfo.Glyphs[FirstGlyph]);