Searched defs:lcdContrast (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DTextRenderer.java44 int lcdContrast,
42 drawGlyphList(int numGlyphs, boolean usePositions, boolean subPixPos, boolean rgbOrder, int lcdContrast, float glOrigX, float glOrigY, long[] images, float[] positions) argument
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLTextRenderer.java44 int lcdContrast,
42 drawGlyphList(int numGlyphs, boolean usePositions, boolean subPixPos, boolean rgbOrder, int lcdContrast, float glOrigX, float glOrigY, long[] images, float[] positions) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedTextPipe.java159 int lcdContrast,
157 drawGlyphList(int numGlyphs, boolean usePositions, boolean subPixPos, boolean rgbOrder, int lcdContrast, float glOrigX, float glOrigY, long[] images, float[] positions) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp383 jint lcdContrast = EXTRACT_BYTE(packedParams, local
397 subPixPos, rgbOrder, lcdContrast,
H A DD3DTextRenderer.cpp763 jboolean subPixPos, jboolean rgbOrder, jint lcdContrast,
847 rgbOrder, lcdContrast);
852 rgbOrder, lcdContrast);
869 jboolean subPixPos, jboolean rgbOrder, jint lcdContrast,
889 subPixPos, rgbOrder, lcdContrast,
898 subPixPos, rgbOrder, lcdContrast,
761 D3DTR_DrawGlyphList(D3DContext *d3dc, D3DSDOps *dstOps, jint totalGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, unsigned char *images, unsigned char *positions) argument
866 Java_sun_java2d_d3d_D3DTextRenderer_drawGlyphList(JNIEnv *env, jobject self, jint numGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, jlongArray imgArray, jfloatArray posArray) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c247 jint lcdContrast = EXTRACT_BYTE(packedParams, local
261 subPixPos, rgbOrder, lcdContrast,
H A DOGLTextRenderer.c1065 jboolean subPixPos, jboolean rgbOrder, jint lcdContrast,
1148 rgbOrder, lcdContrast);
1153 rgbOrder, lcdContrast);
1169 jboolean subPixPos, jboolean rgbOrder, jint lcdContrast,
1189 subPixPos, rgbOrder, lcdContrast,
1198 subPixPos, rgbOrder, lcdContrast,
1063 OGLTR_DrawGlyphList(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps, jint totalGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, unsigned char *images, unsigned char *positions) argument
1166 Java_sun_java2d_opengl_OGLTextRenderer_drawGlyphList(JNIEnv *env, jobject self, jint numGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, jlongArray imgArray, jfloatArray posArray) argument
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java154 private Object lcdContrast = getDefaultLCDContrast(); field in class:FontPanel
268 lcdContrast = contrast;
376 lcdContrast + "\n");
521 g2.setRenderingHint(KEY_TEXT_LCD_CONTRAST, lcdContrast);
1056 " and lcd contrast = " + lcdContrast);

Completed in 487 milliseconds