6 references to OpenTypeLayoutCache
PresentationCore (6)
MS\Internal\Shaping\OpenTypeCommon.cs (5)
85
OpenTypeLayoutCache
.InitCache(Font, TableTag, GlyphInfo, workspace);
99
OpenTypeLayoutCache
.FindNextLookup(workspace,
123
if (!
OpenTypeLayoutCache
.FindNextGlyphInLookup(workspace, lookupIndex, isLookupReversal, ref firstGlyph, ref afterLastGlyph))
161
OpenTypeLayoutCache
.OnGlyphsChanged(workspace, GlyphInfo, oldLength, firstGlyph, nextGlyph);
168
OpenTypeLayoutCache
.OnGlyphsChanged(workspace, GlyphInfo, oldLength, nextGlyph, afterLastGlyph);
MS\Internal\Shaping\OpenTypeLayout.cs (1)
1009
OpenTypeLayoutCache
.CreateCache(font, maxCacheSize);