Searched refs:pmWidth (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h113 jint pmWidth; /* width, height of the */ member in struct:_X11SDOps
H A DX11PMBlitLoops.c80 0, 0, srcXsdo->pmWidth, srcXsdo->pmHeight);
176 0, 0, srcXsdo->pmWidth, srcXsdo->pmHeight);
234 width = xsdo->pmWidth;
H A DX11SurfaceData.c464 xsdo->pmWidth = width;
643 int width = xsdo->pmWidth;
703 0, 0, xsdo->pmWidth, xsdo->pmHeight, 0, 0);
727 xsdo->pmWidth, xsdo->pmHeight, xsdo->depth);
735 0, 0, xsdo->pmWidth, xsdo->pmHeight, 0, 0);
898 if (pRasInfo->bounds.x2 > xsdo->pmWidth) {
899 pRasInfo->bounds.x2 = xsdo->pmWidth;
1346 maxWidth = xsdo->pmWidth;
1612 0, 0, xsdo->pmWidth, xsdo->pmHeight);
1625 0, 0, xsdo->pmWidth, xsd
[all...]

Completed in 26 milliseconds