Lines Matching defs:sunFontIDs

80 FontManagerNativeIDs sunFontIDs;
90 CHECK_NULL(sunFontIDs.ttReadBlockMID =
93 CHECK_NULL(sunFontIDs.ttReadBytesMID =
97 CHECK_NULL(sunFontIDs.readFileMID =
103 sunFontIDs.pt2DFloatClass = (jclass)(*env)->NewGlobalRef(env, tmpClass);
104 CHECK_NULL(sunFontIDs.pt2DFloatCtr =
105 (*env)->GetMethodID(env, sunFontIDs.pt2DFloatClass, "<init>","(FF)V"));
107 CHECK_NULL(sunFontIDs.xFID =
108 (*env)->GetFieldID(env, sunFontIDs.pt2DFloatClass, "x", "F"));
109 CHECK_NULL(sunFontIDs.yFID =
110 (*env)->GetFieldID(env, sunFontIDs.pt2DFloatClass, "y", "F"));
113 CHECK_NULL(sunFontIDs.strikeMetricsClass =
116 CHECK_NULL(sunFontIDs.strikeMetricsCtr =
117 (*env)->GetMethodID(env, sunFontIDs.strikeMetricsClass,
122 sunFontIDs.rect2DFloatClass = (jclass)(*env)->NewGlobalRef(env, tmpClass);
123 CHECK_NULL(sunFontIDs.rect2DFloatCtr =
124 (*env)->GetMethodID(env, sunFontIDs.rect2DFloatClass, "<init>", "()V"));
125 CHECK_NULL(sunFontIDs.rect2DFloatCtr4 =
126 (*env)->GetMethodID(env, sunFontIDs.rect2DFloatClass,
128 CHECK_NULL(sunFontIDs.rectF2DX =
129 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "x", "F"));
130 CHECK_NULL(sunFontIDs.rectF2DY =
131 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "y", "F"));
132 CHECK_NULL(sunFontIDs.rectF2DWidth =
133 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "width", "F"));
134 CHECK_NULL(sunFontIDs.rectF2DHeight =
135 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "height", "F"));
138 sunFontIDs.gpClass = (jclass)(*env)->NewGlobalRef(env, tmpClass);
139 CHECK_NULL(sunFontIDs.gpCtr =
140 (*env)->GetMethodID(env, sunFontIDs.gpClass, "<init>", "(I[BI[FI)V"));
141 CHECK_NULL(sunFontIDs.gpCtrEmpty =
142 (*env)->GetMethodID(env, sunFontIDs.gpClass, "<init>", "()V"));
145 CHECK_NULL(sunFontIDs.f2dCharToGlyphMID =
147 CHECK_NULL(sunFontIDs.getMapperMID =
150 CHECK_NULL(sunFontIDs.getTableBytesMID =
152 CHECK_NULL(sunFontIDs.canDisplayMID =
156 CHECK_NULL(sunFontIDs.charToGlyphMID =
160 CHECK_NULL(sunFontIDs.getGlyphMetricsMID =
163 CHECK_NULL(sunFontIDs.getGlyphPointMID =
166 CHECK_NULL(sunFontIDs.adjustPointMID =
169 CHECK_NULL(sunFontIDs.pScalerContextFID =
173 CHECK_NULL(sunFontIDs.glyphListX =
175 CHECK_NULL(sunFontIDs.glyphListY =
177 CHECK_NULL(sunFontIDs.glyphListLen =
179 CHECK_NULL(sunFontIDs.glyphImages =
181 CHECK_NULL(sunFontIDs.glyphListUsePos =
183 CHECK_NULL(sunFontIDs.glyphListPos =
185 CHECK_NULL(sunFontIDs.lcdRGBOrder =
187 CHECK_NULL(sunFontIDs.lcdSubPixPos =
205 return sunFontIDs;