Searched refs:getActualFormat (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowPropertyGetter.java131 public int getActualFormat() { method in class:WindowPropertyGetter
201 return getActualFormat() / 8 * getNumberOfItems();
216 new XPropertyCache.PropertyCacheEntry(getActualFormat(),
H A DXSelection.java243 targetsGetter.getActualFormat() == 32)
311 if (dataGetter.getActualFormat() != 32) {
313 dataGetter.getActualFormat());
380 if (incrDataGetter.getActualFormat() != 8) {
382 incrDataGetter.getActualFormat());
414 if (dataGetter.getActualFormat() != 8) {
416 dataGetter.getActualFormat());
613 if (wpg.getActualFormat() == 32 && (wpg.getNumberOfItems() % 2) == 0) {
636 wpg.getActualFormat(),
H A DXAtom.java376 if (getter.getActualType() != property_type || getter.getActualFormat() != 32) {
439 || getter.getActualFormat() != 32
473 || getter.getActualFormat() != 32
608 if (getter.getActualType() != property_type || getter.getActualFormat() != 8) {
680 if (getter.getActualType() != XA_ATOM || getter.getActualFormat() != 32) {
827 if (getter.getActualType() != XA_WINDOW || getter.getActualFormat() != 32) {
H A DMotifDnDDropTargetProtocol.java122 wpg.getActualType() != 0 && wpg.getActualFormat() == 8 &&
224 wpg.getActualType() != 0 && wpg.getActualFormat() == 8 &&
296 wpg.getActualType() != 0 && wpg.getActualFormat() == 8 &&
331 wpg.getActualType() != 0 && wpg.getActualFormat() == 8 &&
383 wpg.getActualFormat() == 8 &&
H A DXWM.java337 || getter.getActualFormat() != 8
426 || getter.getActualFormat() != 32
457 || getter2.getActualFormat() != 32)
500 || getter.getActualFormat() != 32
1409 || getter.getActualFormat() != 32)
H A DMotifDnDDragSourceProtocol.java205 wpg.getActualType() != 0 && wpg.getActualFormat() == 8 &&
H A DXDnDDropTargetProtocol.java473 wpg.getActualFormat() == 32) {
505 wpg.getActualFormat() == 32) {
1104 wpg.getActualFormat() == 32) {
H A DMotifDnDConstants.java128 wpg.getActualFormat() == 32 &&
H A DXWindow.java1251 if (getter.getActualType() != XWM.XA_WM_STATE.getAtom() && getter.getActualFormat() != 32) {

Completed in 68 milliseconds