6 references to OpenTypeLayoutCache
PresentationCore (6)
MS\Internal\Shaping\OpenTypeCommon.cs (5)
86
OpenTypeLayoutCache
.InitCache(Font, TableTag, GlyphInfo, workspace);
100
OpenTypeLayoutCache
.FindNextLookup(workspace,
124
if (!
OpenTypeLayoutCache
.FindNextGlyphInLookup(workspace, lookupIndex, isLookupReversal, ref firstGlyph, ref afterLastGlyph))
162
OpenTypeLayoutCache
.OnGlyphsChanged(workspace, GlyphInfo, oldLength, firstGlyph, nextGlyph);
169
OpenTypeLayoutCache
.OnGlyphsChanged(workspace, GlyphInfo, oldLength, nextGlyph, afterLastGlyph);
MS\Internal\Shaping\OpenTypeLayout.cs (1)
1010
OpenTypeLayoutCache
.CreateCache(font, maxCacheSize);