Searched refs:LSBCacheEntry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java85 private static LSBCacheEntry[] fontCache;
91 // LSBCacheEntry used to search in fontCache to see if we already
93 private static LSBCacheEntry searchKey;
200 fontCache = new LSBCacheEntry[CACHE_SIZE];
296 LSBCacheEntry entry = null;
298 searchKey = new LSBCacheEntry(frc, font);
303 for (LSBCacheEntry cacheEntry : fontCache) {
1070 * LSBCacheEntry is used to cache the left side bearing (lsb) for
1075 private static class LSBCacheEntry { class in class:SwingUtilities2
1086 public LSBCacheEntry(FontRenderContex method in class:SwingUtilities2.LSBCacheEntry
[all...]

Completed in 32 milliseconds