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