26 references to GetGlyphIndex
PresentationCore (26)
Core\CSharp\MS\Internal\Shaping\Context.cs (11)
458int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 808if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 994.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 1009.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 1033.GetGlyphIndex(Table,GlyphInfo.Glyphs[glyphIndex])<0) 1485int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 1744if (Coverage(Table).GetGlyphIndex(Table,glyphId) < 0) return false; 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);
Core\CSharp\MS\Internal\Shaping\Positioning.cs (11)
576int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 845int coverageIndex = Coverage(Table).GetGlyphIndex(Table,firstGlyphId); 860int coverageIndex = Coverage(Table).GetGlyphIndex(Table,firstGlyphId); 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 (4)
81int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,GlyphId); 245int CoverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 519int coverageIndex = Coverage(Table).GetGlyphIndex(Table,glyphId); 683GetGlyphIndex(Table,GlyphInfo.Glyphs[FirstGlyph]);