6 references to OpenTypeLayoutCache
PresentationCore (6)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (5)
96
OpenTypeLayoutCache
.InitCache(Font, TableTag, GlyphInfo, workspace);
110
OpenTypeLayoutCache
.FindNextLookup(workspace,
134
if (!
OpenTypeLayoutCache
.FindNextGlyphInLookup(workspace, lookupIndex, isLookupReversal, ref firstGlyph, ref afterLastGlyph))
172
OpenTypeLayoutCache
.OnGlyphsChanged(workspace, GlyphInfo, oldLength, firstGlyph, nextGlyph);
179
OpenTypeLayoutCache
.OnGlyphsChanged(workspace, GlyphInfo, oldLength, nextGlyph, afterLastGlyph);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (1)
1084
OpenTypeLayoutCache
.CreateCache(font, maxCacheSize);