5 references to Format2RangeStartGlyph
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (4)
1908if (glyph < Format2RangeStartGlyph(Table, middleIndex)) 1918return (glyph - Format2RangeStartGlyph(Table,middleIndex)) 1971ushort firstGlyphId = Format2RangeStartGlyph(table,0); 1978ushort startGlyphId = Format2RangeStartGlyph(table,rangeIndex);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1061ushort firstGlyph = coverage.Format2RangeStartGlyph(table, i);