26 references to GetGlyphIndex
PresentationCore (26)
MS\Internal\Shaping\Context.cs (11)
427
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
762
if (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)
1412
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
1656
if (Coverage(Table).
GetGlyphIndex
(Table,glyphId) < 0) return false;
1770
.
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex])<0)
2018
int coverageIndex = InputCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[inputGlyphIndex]);
2048
match = (Coverage(Table,curOffset).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0);
2073
match = (Coverage(Table,curOffset).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex]) >= 0);
MS\Internal\Shaping\Positioning.cs (11)
523
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
781
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,firstGlyphId);
796
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,firstGlyphId);
977
int markCoverageIndex = MarkCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[markGlyph]);
988
int baseCoverageIndex = BaseCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[baseGlyph]);
1127
int mark1CoverageIndex = Mark1Coverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[mark1Glyph]);
1138
int mark2CoverageIndex = Mark2Coverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[mark2Glyph]);
1290
coverageIndex = coverage.
GetGlyphIndex
(Table,GlyphInfo.Glyphs[glyphIndex]);
1297
GetGlyphIndex
(Table,GlyphInfo.Glyphs[prevGlyphIndex]);
1512
int markCoverageIndex = MarkCoverage(Table).
GetGlyphIndex
(Table,GlyphInfo.Glyphs[markGlyph]);
1523
GetGlyphIndex
(Table,GlyphInfo.Glyphs[baseGlyph]);
MS\Internal\Shaping\Substitution.cs (4)
68
int CoverageIndex = Coverage(Table).
GetGlyphIndex
(Table,GlyphId);
217
int CoverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
480
int coverageIndex = Coverage(Table).
GetGlyphIndex
(Table,glyphId);
634
GetGlyphIndex
(Table,GlyphInfo.Glyphs[FirstGlyph]);