Searched refs:displayObj (Results 1 – 8 of 8) sorted by relevance
/dports/deskutils/kalarm/kalarm-21.12.3/src/ |
H A D | messagedisplay.cpp | 216 data->displayObj = thisObject; in createDeferDlg() 236 MessageDisplay* display = data->displayObj ? data->display : nullptr; in processDeferDlg()
|
H A D | messagedisplay.h | 118 QPointer<QObject> displayObj {nullptr};
|
/dports/x11-toolkits/tk87/tk8.7a5/generic/ |
H A D | tkWindow.c | 3044 Tcl_Obj *displayObj = NULL; in Initialize() local 3057 {TCL_ARGV_FUNC, "-display", (void *)CopyValue, &displayObj, in Initialize() 3241 if (displayObj) { in Initialize() 3243 Tcl_ListObjAppendElement(NULL, cmd, displayObj); in Initialize() 3252 Tcl_SetVar2Ex(interp, "env", "DISPLAY", displayObj, TCL_GLOBAL_ONLY); in Initialize() 3254 displayObj = NULL; in Initialize()
|
/dports/x11-toolkits/tk86/tk8.6.12/generic/ |
H A D | tkWindow.c | 3052 Tcl_Obj *displayObj = NULL; in Initialize() local 3065 {TCL_ARGV_FUNC, "-display", CopyValue, &displayObj, in Initialize() 3243 if (displayObj) { in Initialize() 3245 Tcl_ListObjAppendElement(NULL, cmd, displayObj); in Initialize() 3254 Tcl_SetVar2Ex(interp, "env", "DISPLAY", displayObj, TCL_GLOBAL_ONLY); in Initialize() 3256 displayObj = NULL; in Initialize()
|
/dports/lang/seed7/seed7/prg/ |
H A D | castle.sd7 | 1340 const proc: displayObj (inout graphObj: currObject) is func 1359 displayObj(monster[monster_ident]); 1618 displayObj(player); 2653 displayObj(monster[monster_ident]); 2664 displayObj(monster[monster_ident]); 2675 displayObj(monster[monster_ident]); 2686 displayObj(monster[monster_ident]); 2805 displayObj(player);
|
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-X11/ |
H A D | sqUnixX11.c | 1324 sqInt displayObj= displayObject(); in redrawDisplay() local 1326 if ((((((unsigned)(oopAt(displayObj))) >> 8) & 15) <= 4) in redrawDisplay() 1327 && ((lengthOf(displayObj)) >= 4)) in redrawDisplay() 1329 sqInt dispBits= fetchPointerofObject(0, displayObj); in redrawDisplay() 1330 sqInt w= fetchIntegerofObject(1, displayObj); in redrawDisplay() 1331 sqInt h= fetchIntegerofObject(2, displayObj); in redrawDisplay() 1332 sqInt d= fetchIntegerofObject(3, displayObj); in redrawDisplay()
|
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/misc/ |
H A D | VMM38b4-64bit-vm1-ikp.1.cs | 5090 | displayObj dispBitsPtr w reversed | 5091 displayObj _ self splObj: TheDisplay. 5092 ((self isPointers: displayObj) and: [(self lengthOf: displayObj) >= 4]) ifFalse: [^ nil]. 5093 w _ self fetchInteger: 1 ofObject: displayObj. 6080 displayObj _ self splObj: TheDisplay. 6081 aForm = displayObj ifFalse: [^ nil]. 6082 self success: ((self isPointers: displayObj) and: [(self lengthOf: displayObj) >= 4]). 6084 dispBits _ self fetchPointer: 0 ofObject: displayObj. 6085 w _ self fetchInteger: 1 ofObject: displayObj. 6086 h _ self fetchInteger: 2 ofObject: displayObj. [all …]
|
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/ |
H A D | interp.c | 3824 sqInt displayObj; in displayBitsOfLeftTopRightBottom() local 3837 if (!(aForm == displayObj)) { in displayBitsOfLeftTopRightBottom() 3841 …successBoolean = (((displayObj & 1) == 0) && (((((usqInt) (longAt(displayObj))) >> 8) & 15) <= 4))… in displayBitsOfLeftTopRightBottom() 3849 w = fetchIntegerofObject(1, displayObj); in displayBitsOfLeftTopRightBottom() 3850 h = fetchIntegerofObject(2, displayObj); in displayBitsOfLeftTopRightBottom() 3851 d = fetchIntegerofObject(3, displayObj); in displayBitsOfLeftTopRightBottom() 4860 sqInt displayObj; in fullDisplayUpdate() local 4868 …if ((((displayObj & 1) == 0) && (((((usqInt) (longAt(displayObj))) >> 8) & 15) <= 4)) && ((lengthO… in fullDisplayUpdate() 4869 w = fetchIntegerofObject(1, displayObj); in fullDisplayUpdate() 27273 sqInt displayObj; in reverseDisplayFromto() local [all …]
|