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

/openjdk7/jdk/src/share/native/sun/font/
H A DsunFont.c74 FontManagerNativeIDs sunFontIDs; variable
81 sunFontIDs.ttReadBlockMID =
84 sunFontIDs.ttReadBytesMID =
88 sunFontIDs.readFileMID =
93 sunFontIDs.pt2DFloatClass = (jclass)(*env)->NewGlobalRef(env, tmpClass);
94 sunFontIDs.pt2DFloatCtr =
95 (*env)->GetMethodID(env, sunFontIDs.pt2DFloatClass, "<init>","(FF)V");
97 sunFontIDs.xFID =
98 (*env)->GetFieldID(env, sunFontIDs.pt2DFloatClass, "x", "F");
99 sunFontIDs
[all...]
H A DFontInstanceAdapter.cpp110 env->CallObjectMethod(font2D, sunFontIDs.getTableBytesMID, tableTag);
138 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, (jint)mappedChar);
144 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, ch);
192 return (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.charToGlyphMID,
222 jobject pt = env->NewObject(sunFontIDs.pt2DFloatClass,
223 sunFontIDs.pt2DFloatCtr,
225 env->CallObjectMethod(fontStrike, sunFontIDs.adjustPointMID, pt);
226 adjustment.fX = env->GetFloatField(pt, sunFontIDs.xFID);
227 adjustment.fY = env->GetFloatField(pt, sunFontIDs.yFID);
238 sunFontIDs
[all...]
H A Dsunfontids.h86 extern FontManagerNativeIDs sunFontIDs;
H A DfreetypeScaler.c189 sunFontIDs.ttReadBlockMID,
205 sunFontIDs.ttReadBytesMID,
235 sunFontIDs.ttReadBlockMID,
301 sunFontIDs.readFileMID, bBuffer);
454 sunFontIDs.strikeMetricsClass,
455 sunFontIDs.strikeMetricsCtr,
463 sunFontIDs.strikeMetricsClass,
464 sunFontIDs.strikeMetricsCtr,
518 sunFontIDs.strikeMetricsClass,
519 sunFontIDs
[all...]
H A DDrawGlyphList.c61 jfloat x = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListX);
62 jfloat y = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListY);
63 jint len = (*env)->GetIntField(env, glyphlist, sunFontIDs.glyphListLen);
65 (*env)->GetObjectField(env, glyphlist, sunFontIDs.glyphImages);
67 (*env)->GetBooleanField(env, glyphlist, sunFontIDs.glyphListUsePos)
69 (*env)->GetObjectField(env, glyphlist, sunFontIDs.glyphListPos)
384 rgbOrder = (*env)->GetBooleanField(env,glyphlist, sunFontIDs.lcdRGBOrder);
488 jfloat x = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListX);
489 jfloat y = (*env)->GetFloatField(env, glyphlist, sunFontIDs.glyphListY);
490 jint len = (*env)->GetIntField(env, glyphlist, sunFontIDs
[all...]
H A DFontInstanceAdapter.h101 sunFontIDs.canDisplayMID, ch);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp36 x = env->GetFloatField(pt, sunFontIDs.xFID);
37 y = env->GetFloatField(pt, sunFontIDs.yFID);
41 env->SetFloatField(pt, sunFontIDs.xFID, x);
42 env->SetFloatField(pt, sunFontIDs.yFID, y);
/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.c342 metrics = (*env)->NewObject(env, sunFontIDs.strikeMetricsClass,
343 sunFontIDs.strikeMetricsCtr,

Completed in 39 milliseconds