26 references to GetGlyphIndex
PresentationCore (26)
MS\Internal\Shaping\Context.cs (11)
431int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 766if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 946.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 961.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 985.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 1416int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 1660if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 1774.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 2022int coverageIndex = InputCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[inputGlyphIndex]); 2052match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0); 2077match = (Coverage(Table,curOffset).GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0);
MS\Internal\Shaping\Positioning.cs (11)
530int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 788int coverageIndex = Coverage(Table).GetGlyphIndex(Table,firstGlyphId); 803int coverageIndex = Coverage(Table).GetGlyphIndex(Table,firstGlyphId); 984int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[markGlyph]); 995int baseCoverageIndex = BaseCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[baseGlyph]); 1134int mark1CoverageIndex = Mark1Coverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[mark1Glyph]); 1145int mark2CoverageIndex = Mark2Coverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[mark2Glyph]); 1297coverageIndex = coverage.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex]); 1304GetGlyphIndex(Table,GlyphInfo.Glyphs[prevGlyphIndex]); 1519int markCoverageIndex = MarkCoverage(Table).GetGlyphIndex(Table,GlyphInfo.Glyphs[markGlyph]); 1530GetGlyphIndex(Table,GlyphInfo.Glyphs[baseGlyph]);
MS\Internal\Shaping\Substitution.cs (4)
71int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,GlyphId); 220int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 483int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 637GetGlyphIndex(Table,GlyphInfo.Glyphs[FirstGlyph]);