Home
last modified time | relevance | path

Searched refs:redisplay (Results 26 – 50 of 1859) sorted by relevance

12345678910>>...75

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dprintpreview.cpp265 connect(m_ui->antiAliasing, SIGNAL(clicked()), this, SLOT(redisplay())); in PrintPreview()
266 connect(m_ui->showTransparency, SIGNAL(clicked()), this, SLOT(redisplay())); in PrintPreview()
269 connect(m_ui->colorOutputMode, SIGNAL(activated(int)), this, SLOT(redisplay())); in PrintPreview()
270 connect(m_ui->mirrorH, SIGNAL(clicked()), this, SLOT(redisplay())); in PrintPreview()
271 connect(m_ui->mirrorV, SIGNAL(clicked()), this, SLOT(redisplay())); in PrintPreview()
272 connect(m_ui->clipToMargins, SIGNAL(clicked()), this, SLOT(redisplay())); in PrintPreview()
273 connect(m_ui->enableGCR, SIGNAL(clicked()), this, SLOT(redisplay())); in PrintPreview()
274 connect(m_ui->convertSpots, SIGNAL(clicked()), this, SLOT(redisplay())); in PrintPreview()
366 void PrintPreview::redisplay() in redisplay() function in PrintPreview
386 redisplay(); in toggleCMYK()
[all …]
/dports/math/grace/grace-5.1.25/Xbae/Xbae/
H A DMatrix.c1847 redisplay = True;
1855 redisplay = True;
1937 redisplay = True;
1944 redisplay = True;
1951 redisplay = True;
1958 redisplay = True;
1965 redisplay = True;
1968 redisplay = True;
1971 redisplay = True;
1978 redisplay = True;
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/eglut/
H A Deglut_wayland.c97 _eglut->redisplay = 1; in _eglutNativeInitDisplay()
163 if (!_eglut->redisplay) in draw()
165 _eglut->redisplay = 0; in draw()
197 if (_eglut->redisplay && !window.callback) in _eglutNativeEventLoop()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_snapshots.cc73 redisplay (); in set_session()
163 redisplay (); in rename()
183 redisplay (); in remove()
188 EditorSnapshots::redisplay () in redisplay() function in EditorSnapshots
H A Dplaylist_selector.cc102 boost::bind(&PlaylistSelector::redisplay, this), in prepare()
109 boost::bind(&PlaylistSelector::redisplay, this), in prepare()
121 redisplay(); in prepare()
149 PlaylistSelector::redisplay() in redisplay() function in PlaylistSelector
282 redisplay(); in pl_property_changed()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/eglut/
H A Deglut_wayland.c97 _eglut->redisplay = 1; in _eglutNativeInitDisplay()
163 if (!_eglut->redisplay) in draw()
165 _eglut->redisplay = 0; in draw()
197 if (_eglut->redisplay && !window.callback) in _eglutNativeEventLoop()
/dports/games/galaxis/galaxis-1.10/
H A Dgalaxis.c274 static void redisplay(bool force) in redisplay() function
370 redisplay(TRUE); in help()
384 redisplay(FALSE); in getcoord()
595 redisplay(TRUE); /* TRUE avoids color loss when we toggle off */ in domove()
604 redisplay(FALSE); in domove()
656 redisplay(TRUE);
661 redisplay(FALSE); /* force found count to be updated */
/dports/games/pipewalker/pipewalker-0.9.4/src/
H A Dbutton.h163 bool redisplay = false; variable
165 redisplay |= _buttons[i].draw(alpha);
166 return redisplay;
/dports/math/wcalc/wcalc-2.5/src/common/
H A Dparser.y146 case redisplay:
187 $$ = isatty(0)?redisplay:nothing;
191 $$ = isatty(0)?redisplay:nothing;
195 $$ = isatty(0)?redisplay:nothing;
199 $$ = isatty(0)?redisplay:nothing;
285 $$ = isatty(0)?redisplay:nothing;
321 $$ = isatty(0)?redisplay:nothing;
406 $$ = redisplay;
/dports/mail/exmh2/exmh-2.9.0/lib/
H A Dseqwin.tcl223 set redisplay 0
230 set redisplay 1
239 set redisplay 1
264 if $redisplay {
329 set redisplay 0
343 set redisplay 1
371 set redisplay 1
385 if $redisplay {
/dports/x11-toolkits/xbae/xbae-4.60.4/src/
H A DMatrix.c1578 Boolean redisplay = False; in SetValuesHook() local
1787 return redisplay; in SetValuesHook()
2059 redisplay = True;
2064 redisplay = True;
2077 redisplay = True;
2080 redisplay = True;
2095 redisplay = True;
2104 redisplay = True;
2108 redisplay = True;
2112 redisplay = True;
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test-native/mesa-demos-patched/eglut/
H A Deglut_screen.c147 _eglut->redisplay = 1; in _eglutNativeEventLoop()
171 if (_eglut->redisplay) { in _eglutNativeEventLoop()
172 _eglut->redisplay = 0; in _eglutNativeEventLoop()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DCommand.c519 Boolean redisplay = False; local
525 redisplay = TRUE;
549 redisplay = True;
554 redisplay = True;
557 redisplay = True;
569 redisplay = True;
574 redisplay = True;
577 return (redisplay);
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/mesh/
H A Dbug3125120 vdisplay result -redisplay
28 vdisplay result -redisplay
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Dcefunctions.h31 void select_constraint_object(int constraintobj, SBoolean redisplay);
32 void select_constraint_point(int coIndex, int ptIndex, SBoolean redisplay);
/dports/shells/zsh-navigation-tools/zsh-navigation-tools-2.2.7/
H A Dn-kill83 zle redisplay
90 [ "${(t)CURSOR}" = "integer-local-special" ] && zle redisplay
93 [ "${(t)CURSOR}" = "integer-local-special" ] && zle redisplay
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/zsh-navigation-tools/
H A Dn-kill83 zle redisplay
90 [ "${(t)CURSOR}" = "integer-local-special" ] && zle redisplay
93 [ "${(t)CURSOR}" = "integer-local-special" ] && zle redisplay
/dports/x11/xmascot/xmascot-2.6a.20200830/
H A DPixCore.c114 Boolean redisplay = FALSE; in SetValues() local
137 redisplay = TRUE; in SetValues()
141 return redisplay; in SetValues()
H A DAnimCore.c132 Boolean redisplay = FALSE; in SetValues() local
152 redisplay = TRUE; in SetValues()
160 return redisplay; in SetValues()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/Readline/
H A DHoaConsole.php42 $this->redisplay();
107 public function redisplay() function in Psy\\Readline\\HoaConsole
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/tests/nonreg_tests/
H A Dbug_14422.tst15 // clc(0) now just clearing its own line, and redisplay the prompt --> on the same line.
29 // should clear its own line and redisplay the prompt at the begining of the same line
/dports/news/knews/knews-1.0b.1/Widgets/
H A DMessage.c249 Boolean redisplay = False; in SetValues() local
256 redisplay = True; in SetValues()
259 if (redisplay) { in SetValues()
268 redisplay = True; in SetValues()
270 return redisplay; in SetValues()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DCore.c330 Boolean redisplay; in CoreSetValues() local
334 redisplay = FALSE; in CoreSetValues()
350 redisplay = TRUE; in CoreSetValues()
362 redisplay = TRUE; in CoreSetValues()
404 return redisplay; in CoreSetValues()
/dports/comms/cutecom/cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd/
H A Ddatadisplay.cpp160 bool redisplay = formatHexData(data); in displayData() local
162 m_redisplay = redisplay; in displayData()
430 bool redisplay = false; in formatHexData() local
441 redisplay = true; in formatHexData()
474 if (!redisplay || pos > 0) in formatHexData()
487 return redisplay; in formatHexData()
/dports/lang/sbcl/sbcl-1.3.13/contrib/sb-aclrepl/
H A Dinspect.lisp68 (redisplay output-stream)
138 (defun redisplay (stream &optional (skip 0)) function
191 (redisplay stream))
200 (redisplay stream))
208 (redisplay stream))
230 (redisplay stream))
245 (redisplay stream)))
258 (redisplay stream len)
312 (redisplay stream))))))
332 (redisplay stream)))))
[all …]

12345678910>>...75