Searched defs:rotation (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DRotationEvent.java29 * Event encapsulating a relative rotation performed by the user.
36 final double rotation; field in class:RotationEvent
38 RotationEvent(final double rotation) { argument
40 this.rotation = rotation;
44 * @return an abstract measure of rotation (clockwise is negative)
47 return rotation;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DXrandr.h62 Rotation rotation; member in struct:__anon964
94 Rotation rotation,
102 Rotation rotation,
116 Rotation *rotation);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java347 /* Get the rotation in 1/10'ths degree (as needed by Windows)
355 /* Windows specifies the rotation anti-clockwise from the x-axis
356 * of the device, 2D specifies +ve rotation towards the y-axis
358 * rotation here is opposite than 2D's, so the rotation needed
685 * of rotation to GDI when creating the HFONT. This implicitly
696 * direction of rotation, so this rotation inverts the
697 * rotation element of the deviceTransform.
778 float deviceSize, int rotation, floa
775 textOut(String str, Font font, PhysicalFont font2D, FontRenderContext frc, float deviceSize, int rotation, float awScale, AffineTransform deviceTransform, double scaleFactorX, float userx, float usery, float devx, float devy, float targetW) argument
[all...]
H A DWPrinterJob.java1054 int rotation, float awScale) {
1061 rotation != mLastRotation ||
1069 rotation, awScale);
1074 mLastRotation = rotation;
1476 int rotation,
1053 setFont(String family, float size, int style, int rotation, float awScale) argument
1472 setFont(long printDC, String familyName, float fontSize, boolean bold, boolean italic, int rotation, float awScale) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp315 jint rotation, jfloat awScale);
318 jint rotation, jfloat awScale);
1147 /* We do our own rotation, so device must be in portrait mode.
1873 jfloat fontSize, jboolean isBold, jboolean isItalic, jint rotation,
1883 rotation,
1900 jint rotation, jfloat awScale)
1956 matchedLogFont.lfEscapement = rotation;
1957 matchedLogFont.lfOrientation = rotation;
2025 jint rotation, jfloat awScale)
2069 matchedLogFont.lfEscapement = rotation;
1871 Java_sun_awt_windows_WPrinterJob_setFont(JNIEnv *env, jobject self, jlong printDC, jstring fontName, jfloat fontSize, jboolean isBold, jboolean isItalic, jint rotation, jfloat awScale) argument
1898 jFontToWFontA(JNIEnv *env, HDC printDC, jstring fontName, jfloat fontSize, jboolean isBold, jboolean isItalic, jint rotation, jfloat awScale) argument
[all...]

Completed in 96 milliseconds