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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DPlatformFont.java55 protected static int FONTCACHESIZE = 256; field in class:PlatformFont
56 protected static int FONTCACHEMASK = PlatformFont.FONTCACHESIZE - 1;
423 fontCache = new Object[this.FONTCACHESIZE];

Completed in 343 milliseconds