Searched defs:yRes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp42 le_int32 xRes, le_int32 yRes,
60 yppem = ((float) yRes / 72) * yPointSize;
38 FontInstanceAdapter(JNIEnv *theEnv, jobject theFont2D, jobject theFontStrike, float *matrix, le_int32 xRes, le_int32 yRes, le_int32 theUPEM, TTLayoutTableCache *ltables) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintControl.cpp905 int yRes = (devmode->dmFields & DM_YRESOLUTION) ? local
908 xRes, yRes);
H A Dawt_PrintJob.cpp952 /* The xRes/yRes fields are only initialised if there is a resolution
958 int yRes=getIntField(env, self, ATTYRES_STR); local
991 if (yRes && (yRes != devmode->dmYResolution)) {
992 devmode->dmYResolution = yRes;
3559 jint yRes = GetDeviceCaps(printDC, LOGPIXELSY);
3560 setIntField(env, self, YRES_STR, yRes);

Completed in 41 milliseconds