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