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

/openjdk7/jdk/src/share/native/sun/font/
H A DDrawGlyphList.c238 jboolean rgbOrder, int contrast,
293 getLCDGammaLUT(contrast), getInvLCDGammaLUT(contrast),
369 jint pixel, color, contrast; local
383 contrast = GrPrim_Sg2dGetLCDTextContrast(env, sg2d);
386 rgbOrder, contrast,
664 /* LCD text needs to go through a gamma (contrast) adjustment.
235 drawGlyphListLCD(JNIEnv *env, jobject self, jobject sg2d, jobject sData, GlyphBlitVector *gbv, jint pixel, jint color, jboolean rgbOrder, int contrast, NativePrimitive *pPrim, DrawGlyphListLCDFunc *func) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.cpp534 // High contrast accessibility property
535 HIGHCONTRAST contrast; local
536 contrast.cbSize = sizeof(HIGHCONTRAST);
538 &contrast, 0) != 0 &&
539 (contrast.dwFlags & HCF_HIGHCONTRASTON) == HCF_HIGHCONTRASTON) {
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp93 D3DTR_UpdateLCDTextContrast(D3DContext *d3dc, jint contrast) argument
98 jfloat fcon = ((jfloat)contrast) / 100.0f;
130 D3DTR_UpdateLCDTextColor(D3DContext *d3dc, jint contrast) argument
133 jfloat gamma = ((jfloat)contrast) / 100.0f;
137 "D3DTR_UpdateLCDTextColor: contrast=%d", contrast);
170 jboolean useCache, jint contrast)
214 // update the current contrast settings (note: these change very rarely,
219 D3DTR_UpdateLCDTextContrast(d3dc, contrast);
222 return D3DTR_UpdateLCDTextColor(d3dc, contrast);
169 D3DTR_EnableLCDGlyphModeState(D3DContext *d3dc, D3DSDOps *dstOps, jboolean useCache, jint contrast) argument
517 D3DTR_DrawLCDGlyphViaCache(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint glyphIndex, jint totalGlyphs, jboolean rgbOrder, jint contrast) argument
633 D3DTR_DrawLCDGlyphNoCache(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint rowBytesOffset, jboolean rgbOrder, jint contrast) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c111 * This value tracks the previous LCD contrast setting, so if the contrast
403 * The given contrast value is an int in the range [100, 250] which we will
415 OGLTR_UpdateLCDTextContrast(jint contrast) argument
417 double gamma = ((double)contrast) / 100.0;
427 "OGLTR_UpdateLCDTextContrast: contrast=%d", contrast);
479 OGLTR_UpdateLCDTextColor(jint contrast) argument
481 double gamma = ((double)contrast) / 100.0;
487 "OGLTR_UpdateLCDTextColor: contrast
518 OGLTR_EnableLCDGlyphModeState(GLuint glyphTextureID, jint contrast) argument
821 OGLTR_DrawLCDGlyphViaCache(OGLContext *oglc, OGLSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint glyphIndex, jint totalGlyphs, jboolean rgbOrder, jint contrast) argument
951 OGLTR_DrawLCDGlyphNoCache(OGLContext *oglc, OGLSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint rowBytesOffset, jboolean rgbOrder, jint contrast) argument
[all...]
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java265 public void setRenderingHints( Object aa, Object fm, Object contrast) { argument
268 lcdContrast = contrast;
389 int contrast, String user[] ) {
404 new Integer(contrast));
1056 " and lcd contrast = " + lcdContrast);
385 loadOptions( boolean grid, boolean force16, int start, int end, String name, float size, int style, int transform, int g2transform, int text, int method, int aa, int fm, int contrast, String user[] ) argument

Completed in 49 milliseconds