Esempio n. 1
0
 public int get_delta() {
   log.finest("");
   return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (8) : (12))));
 }
Esempio n. 2
0
 public int get_nchars() {
   log.finest("");
   return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (4) : (8))));
 }
 public int get_type() {
   log.finest("");
   return (Native.getInt(pData + 0));
 }
 public int get_border_width() {
   log.finest("");
   return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (40) : (64))));
 }
 public int get_height() {
   log.finest("");
   return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (36) : (60))));
 }
 public int get_width() {
   log.finest("");
   return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (32) : (56))));
 }