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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java71 private FcCompFont[] fcCompFonts = null; field in class:FcFontConfiguration
88 if (fcCompFonts != null) {
96 if (fcCompFonts == null) {
97 fcCompFonts = fcm.loadFontConfig();
98 if (fcCompFonts != null) {
110 fcm.populateFontConfig(fcCompFonts);
113 if (fcCompFonts == null) {
190 FcCompFont[] fcCompFonts = fcm.loadFontConfig();
191 for (int i=0; i<fcCompFonts.length; i++) {
192 for (int j=0; j<fcCompFonts[
[all...]

Completed in 29 milliseconds