Searched defs:pictFormat (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRSurfaceData.c56 jint pictFormat)
73 fmt = XRenderFindStandardFormat(awt_display, pictFormat);
102 jlong drawable, jint pictFormat)
54 Java_sun_java2d_xr_XRSurfaceData_initXRPicture(JNIEnv *env, jobject xsd, jlong pXSData, jint pictFormat) argument
99 Java_sun_java2d_xr_XRSurfaceData_XRInitSurface(JNIEnv *env, jclass xsd, jint depth, jint width, jint height, jlong drawable, jint pictFormat) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java54 long drawable, int pictFormat);
587 int transparency, int pictFormat,
594 initSurface(depth, width, height, drawable, pictFormat);
596 initXRender(pictFormat);
601 long drawable, int pictFormat) {
604 XRInitSurface(depth, width, height, drawable, pictFormat);
53 XRInitSurface(int depth, int width, int height, long drawable, int pictFormat) argument
584 XRPixmapSurfaceData(XRGraphicsConfig gc, int width, int height, Image image, SurfaceType sType, ColorModel cm, long drawable, int transparency, int pictFormat, int depth) argument
600 initSurface(int depth, int width, int height, long drawable, int pictFormat) argument

Completed in 63 milliseconds