Searched refs:pixel (Results 126 - 139 of 139) sorted by relevance

123456

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLVertexCache.c145 OGLPaints_SetColor(oglc, oglc->pixel);
H A DOGLRenderQueue.c139 // even though it requires an extra vertex per pixel.
559 jint pixel = NEXT_INT(b); local
560 OGLPaints_SetColor(oglc, pixel);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1085 /* the background pixel is not valid anymore */
1284 // on Linux configurations that use 24 bits per pixel (denoted
1574 X11SD_GetPixmapWithBg(JNIEnv *env, X11SDOps *xsdo, jint pixel) argument
1593 if (xsdo->isBgInitialized == JNI_FALSE || xsdo->bgPixel != pixel) {
1623 XSetForeground(awt_display, srcGC, pixel);
1633 xsdo->bgPixel = pixel;
1764 (JNIEnv *env, jclass xsd, jlong xgc, jint pixel)
1768 XSetForeground(awt_display, (GC) xgc, pixel);
1763 Java_sun_java2d_x11_X11SurfaceData_XSetForeground(JNIEnv *env, jclass xsd, jlong xgc, jint pixel) argument
H A DXRBackendNative.c351 (JNIEnv *env, jobject this, jlong gc, jint pixel) {
352 XSetForeground(awt_display, (GC) jlong_to_ptr(gc), (unsigned long) pixel);
350 Java_sun_java2d_xr_XRBackendNative_setGCForeground(JNIEnv *env, jobject this, jlong gc, jint pixel) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackendNative.java71 public native void setGCForeground(long gc, int pixel); argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp723 jint pixel = NEXT_INT(b); local
724 res = D3DPaints_SetColor(d3dc, pixel);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java160 * typically be unique to a given screen and pixel format, but
168 * and shared across all screens and pixel formats - such
353 * most image based surfaces never change size or pixel format.
355 * change their pixel format when manually validated against a
947 * Does the pixel accessibility of the destination surface
964 * Returns the pixel data for the specified Argb value packed
972 * Returns the pixel data for the specified color packed into an
993 public int rgbFor(int pixel) { argument
994 return surfaceType.rgbFor(pixel, colorModel);
1064 * SurfaceData. If the scale is 2 then virtual pixel coordinate
[all...]
H A DSunGraphics2D.java150 public int pixel; // pixel value for eargb field in class:SunGraphics2D
1673 * Validate the eargb and pixel fields against the current color.
1683 * The pixel field will always be the best pixel data choice for
1708 this.pixel = surfaceData.pixelFor(eargb);
2660 // pixel of raster to be pixel (0, 0) of wRaster. We also
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c2349 fg_color->pixel = defaultConfig->AwtColorMatch(fg_color->red >> 8,
2355 sel_color->pixel = defaultConfig->AwtColorMatch(sel_color->red >> 8,
2361 ts_color->pixel = defaultConfig->AwtColorMatch(ts_color->red >> 8,
2367 bs_color->pixel = defaultConfig->AwtColorMatch(bs_color->red >> 8,
3051 * Convert pixel values to RGB
3057 colorsPtr[j++].pixel = pixels[i];
H A Dgtk2_interface.h297 guint32 pixel; member in struct:__anon983
H A Dawt_GraphicsEnv.c219 x11Screens[visualList[i].screen].blackpixel = color.pixel;
223 x11Screens[visualList[i].screen].whitepixel = color.pixel;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java60 // the clip and pixel that we are validating against
78 sg2d.pixel);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java451 // return a pixel value appropriate for passing to
453 // for this component in order to calculate a pixel value from
456 int pixel = PixelConverter.instance.rgbToPixel(c.getRGB(), cm);
457 XlibWrapper.XSetWindowBackground(XToolkit.getDisplay(), getContentWindow(), pixel);
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c484 xColors[i].pixel = colorIndex[i];

Completed in 106 milliseconds

123456