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