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

/openjdk7/jdk/src/share/native/sun/font/
H A Dsunfontids.h61 jfieldID xFID, yFID; member in struct:FontManagerNativeIDs
H A DFontInstanceAdapter.cpp226 adjustment.fX = env->GetFloatField(pt, sunFontIDs.xFID);
240 advance.fX = env->GetFloatField(pt, sunFontIDs.xFID);
262 point.fX = env->GetFloatField(pt, sunFontIDs.xFID);
H A DsunFont.c97 sunFontIDs.xFID =
H A DfreetypeScaler.c586 (*env)->SetFloatField(env, metrics, sunFontIDs.xFID, info->advanceX);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp36 x = env->GetFloatField(pt, sunFontIDs.xFID);
41 env->SetFloatField(pt, sunFontIDs.xFID, x);

Completed in 47 milliseconds