26 references to GetGlyphIndex
PresentationCore (26)
Core\CSharp\MS\Internal\Shaping\Context.cs (11)
458
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
808
if (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)
1485
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
1744
if (Coverage(Table).
GetGlyphIndex
(Table,glyphId) < 0) return false;
1863
.
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex])<0)
2121
int coverageIndex = InputCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[inputGlyphIndex]);
2151
match = (Coverage(Table,curOffset).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0);
2176
match = (Coverage(Table,curOffset).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0);
Core\CSharp\MS\Internal\Shaping\Positioning.cs (11)
576
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
845
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,firstGlyphId);
860
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,firstGlyphId);
1056
int markCoverageIndex = MarkCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[markGlyph]);
1067
int baseCoverageIndex = BaseCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[baseGlyph]);
1217
int mark1CoverageIndex = Mark1Coverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[mark1Glyph]);
1228
int mark2CoverageIndex = Mark2Coverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[mark2Glyph]);
1386
coverageIndex = coverage.
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex]);
1393
GetGlyphIndex
(Table,GlyphInfo.Glyphs[prevGlyphIndex]);
1619
int markCoverageIndex = MarkCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[markGlyph]);
1630
GetGlyphIndex
(Table,GlyphInfo.Glyphs[baseGlyph]);
Core\CSharp\MS\Internal\Shaping\Substitution.cs (4)
81
int CoverageIndex = Coverage(Table).
GetGlyphIndex
(Table,GlyphId);
245
int CoverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
519
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
683
GetGlyphIndex
(Table,GlyphInfo.Glyphs[FirstGlyph]);