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