HomeSort by: relevance | last modified time | path
    Searched refs:repaint (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xterm/dist/vttests/
xtra-scroll.pl 254 sub repaint($) { subroutine
362 # provide for reading file containing text to repaint
427 . " form-feed (repaint)";
447 &repaint(1) if ( $dirty != 0 );
470 &repaint(0);
474 &repaint(0);
499 &repaint(0);
515 &repaint(1);
524 &repaint(1) unless ($was_dirty);
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_copy_sub_buffer.spec 34 used to quickly repaint 3D windows in response to expose events
64 the front color buffer. This can be used to quickly repaint 3D windows
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_copy_sub_buffer.spec 34 used to quickly repaint 3D windows in response to expose events
64 the front color buffer. This can be used to quickly repaint 3D windows
  /xsrc/external/mit/xterm/dist/
util.c 567 * that in the repaint.
1372 /* repaint the screen, as needed */
2455 * Called by the ExposeHandler to do the actual repaint after the coordinates
2544 Boolean repaint = False; local
2555 repaint = True;
2559 return repaint;
2565 Boolean repaint = False; local
2577 repaint = True;
2580 return repaint;
2586 Boolean repaint = False local
    [all...]
misc.c 411 * The traces show that there are also cases where a full repaint of
2982 int repaint = False; local
3014 repaint = True;
3024 return (repaint);
3030 Bool repaint = False; local
3039 repaint = True;
3043 return repaint;
3049 int repaint = 0; local
3068 ++repaint;
3076 ++repaint;
    [all...]
charproc.c 2247 * Color palette changes using the OSC controls require a repaint of the
2248 * screen - but not immediately. Do the repaint as soon as we detect a
5722 Boolean repaint = False; local
5726 repaint = True;
5729 repaint = True;
5730 if (repaint)
13804 * cells reset. If any are left, repaint those lines with ScrnRefresh().

Completed in 14 milliseconds