Searched refs:matrix (Results 26 - 30 of 30) sorted by relevance

12

/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.m153 return [NSFont fontWithName:[strike->fAWTFont->fFont fontName] matrix:(CGFloat *)(&(strike->fAltTx))];
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java209 * AffineTransform represented by the following matrix:
224 * AffineTransform represented by the following matrix:
261 * AffineTransform represented by the following matrix:
276 * AffineTransform represented by the following matrix:
1795 AffineTransform matrix = getTransform();
1797 Shape transShape = matrix.createTransformedShape(rect);
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c56 also calculates the dithering matrix, scaling baseDitherMatrix accordingly */
70 pDither->matrix[i][j] =
84 /* build a colormap for a color cube and a dithering matrix. color cube is quantized
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c369 JNIEnv *env, jobject scaler, jlong pScaler, jdoubleArray matrix,
381 (*env)->GetDoubleArrayRegion(env, matrix, 0, 4, dmat);
426 /* ftsynth.c uses (0x10000, 0x06000, 0x0, 0x10000) matrix to get oblique
368 Java_sun_font_FreetypeFontScaler_createScalerContextNative( JNIEnv *env, jobject scaler, jlong pScaler, jdoubleArray matrix, jint aa, jint fm, jfloat boldness, jfloat italic) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h5702 typedef void (APIENTRYP PFNGLTRACKMATRIXNVPROC) (GLenum target, GLuint address, GLenum matrix, GLenum transform);

Completed in 96 milliseconds

12