6 references to OpenTypeLayoutCache
PresentationCore (6)
MS\Internal\Shaping\OpenTypeCommon.cs (5)
90OpenTypeLayoutCache.InitCache(Font, TableTag, GlyphInfo, workspace); 104OpenTypeLayoutCache.FindNextLookup(workspace, 128if (!OpenTypeLayoutCache.FindNextGlyphInLookup(workspace, lookupIndex, isLookupReversal, ref firstGlyph, ref afterLastGlyph)) 166OpenTypeLayoutCache.OnGlyphsChanged(workspace, GlyphInfo, oldLength, firstGlyph, nextGlyph); 173OpenTypeLayoutCache.OnGlyphsChanged(workspace, GlyphInfo, oldLength, nextGlyph, afterLastGlyph);
MS\Internal\Shaping\OpenTypeLayout.cs (1)
1015OpenTypeLayoutCache.CreateCache(font, maxCacheSize);