jdk/src/share/native/sun/font/SunLayoutEngine.cpp

Print this page
rev 7241 : [mq]: system-icu

*** 26,36 **** #include <jni_util.h> #include <stdlib.h> #include "FontInstanceAdapter.h" ! #include "LayoutEngine.h" #include "sun_font_SunLayoutEngine.h" #include "sunfontids.h" void getFloat(JNIEnv* env, jobject pt, jfloat &x, jfloat &y) { x = env->GetFloatField(pt, sunFontIDs.xFID); --- 26,36 ---- #include <jni_util.h> #include <stdlib.h> #include "FontInstanceAdapter.h" ! #include "layout/LayoutEngine.h" #include "sun_font_SunLayoutEngine.h" #include "sunfontids.h" void getFloat(JNIEnv* env, jobject pt, jfloat &x, jfloat &y) { x = env->GetFloatField(pt, sunFontIDs.xFID);