Searched refs:surfInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c862 xsdo->drawable, &xsdo->surfInfo,
868 int wx = xsdo->surfInfo.window.lox;
869 int wy = xsdo->surfInfo.window.loy;
870 pRasInfo->bounds.x1 = xsdo->surfInfo.visible.lox - wx;
871 pRasInfo->bounds.y1 = xsdo->surfInfo.visible.loy - wy;
872 pRasInfo->bounds.x2 = xsdo->surfInfo.visible.hix - wx;
873 pRasInfo->bounds.y2 = xsdo->surfInfo.visible.hiy - wy;
934 xsdo->drawable, &xsdo->surfInfo,
940 int wx = xsdo->surfInfo.window.lox;
941 int wy = xsdo->surfInfo
[all...]
H A DX11SurfaceData.h105 JDgaSurfaceInfo surfInfo; member in struct:_X11SDOps

Completed in 33 milliseconds