Esempio n. 1
0
 public long get_font_set() {
   log.finest("");
   return Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (16)));
 }
Esempio n. 2
0
 public long get_chars() {
   log.finest("");
   return Native.getLong(pData + 0);
 }
Esempio n. 3
0
 public long get_font_set(int index) {
   log.finest("");
   return Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (16)))
       + index * Native.getLongSize();
 }
Esempio n. 4
0
 public long get_chars(int index) {
   log.finest("");
   return Native.getLong(pData + 0) + index * Native.getLongSize();
 }
 public long get_window() {
   log.finest("");
   return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (20) : (40))));
 }
 public long get_parent() {
   log.finest("");
   return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (16) : (32))));
 }
 public long get_display() {
   log.finest("");
   return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (24))));
 }
 public long get_serial() {
   log.finest("");
   return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (4) : (8))));
 }