Searched refs:yFID (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.cpp227 adjustment.fY = env->GetFloatField(pt, sunFontIDs.yFID);
241 advance.fY = env->GetFloatField(pt, sunFontIDs.yFID);
264 point.fY = -env->GetFloatField(pt, sunFontIDs.yFID);
H A DsunFont.c99 sunFontIDs.yFID =
H A DfreetypeScaler.c587 (*env)->SetFloatField(env, metrics, sunFontIDs.yFID, info->advanceY);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp37 y = env->GetFloatField(pt, sunFontIDs.yFID);
42 env->SetFloatField(pt, sunFontIDs.yFID, y);

Completed in 37 milliseconds