Searched defs:xpos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djccoefct.c154 JDIMENSION ypos, xpos; local
176 xpos = MCU_col_num * compptr->MCU_sample_width;
184 ypos, xpos, (JDIMENSION) blockcnt);
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c986 jint glyphCode, jfloat xpos, jfloat ypos) {
1022 FloatToF26Dot6(xpos),
1204 jint glyphCode, jfloat xpos, jfloat ypos) {
1213 glyphCode, xpos, ypos);
1260 jlong pScaler, jint glyphCode, jfloat xpos, jfloat ypos) {
1271 xpos,
1339 jintArray glyphArray, jint numGlyphs, jfloat xpos, jfloat ypos) {
1379 xpos, ypos);
984 getFTOutline(JNIEnv* env, jobject font2D, FTScalerContext *context, FTScalerInfo* scalerInfo, jint glyphCode, jfloat xpos, jfloat ypos) argument
1202 getGlyphGeneralPath(JNIEnv* env, jobject font2D, FTScalerContext *context, FTScalerInfo *scalerInfo, jint glyphCode, jfloat xpos, jfloat ypos) argument
1258 Java_sun_font_FreetypeFontScaler_getGlyphOutlineNative( JNIEnv *env, jobject scaler, jobject font2D, jlong pScalerContext, jlong pScaler, jint glyphCode, jfloat xpos, jfloat ypos) argument
1336 Java_sun_font_FreetypeFontScaler_getGlyphVectorOutlineNative( JNIEnv *env, jobject scaler, jobject font2D, jlong pScalerContext, jlong pScaler, jintArray glyphArray, jint numGlyphs, jfloat xpos, jfloat ypos) argument

Completed in 34 milliseconds