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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenu.java379 Dimension pmSize = pm.getSize();
382 if (pmSize.width==0) {
383 pmSize = pm.getPreferredSize();
426 if (position.x + x + pmSize.width >= screenBounds.width
432 x = 0 - xOffset - pmSize.width;
436 x = 0 - xOffset - pmSize.width; // Prefer placement to the left
447 if (position.y + y + pmSize.height >= screenBounds.height
453 y = s.height - yOffset - pmSize.height;
463 if (position.x + x + pmSize.width >= screenBounds.width
469 x = s.width - xOffset - pmSize
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h80 jint pmSize; member in struct:__anon1034
H A DX11SurfaceData.c308 xsdo->shmPMData.pmSize = 0;
468 xsdo->shmPMData.pmSize = width * height * depth;
646 if (xsdo->shmPMData.pmSize < 0x10000) {

Completed in 176 milliseconds