src/share/native/sun/font/sunFont.c

Print this page

        

*** 179,189 **** CHECK_NULL(sunFontIDs.glyphListPos = (*env)->GetFieldID(env, tmpClass, "positions", "[F")); CHECK_NULL(sunFontIDs.lcdRGBOrder = (*env)->GetFieldID(env, tmpClass, "lcdRGBOrder", "Z")); CHECK_NULL(sunFontIDs.lcdSubPixPos = ! (*env)->GetFieldID(env, tmpClass, "lcdSubPixPos", "Z)")); initLCDGammaTables(); initialisedFontIDs = 1; } --- 179,189 ---- CHECK_NULL(sunFontIDs.glyphListPos = (*env)->GetFieldID(env, tmpClass, "positions", "[F")); CHECK_NULL(sunFontIDs.lcdRGBOrder = (*env)->GetFieldID(env, tmpClass, "lcdRGBOrder", "Z")); CHECK_NULL(sunFontIDs.lcdSubPixPos = ! (*env)->GetFieldID(env, tmpClass, "lcdSubPixPos", "Z")); initLCDGammaTables(); initialisedFontIDs = 1; }