Home
last modified time | relevance | path

Searched refs:smallterm (Results 1 – 9 of 9) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BlendFunc/
H A DBlendFunc_ConstRad.cxx440 +smallterm*p1, nplan, in ComputeValues()
441 -smallterm, dns1u1, in ComputeValues()
496 +smallterm*p1, nplan, in ComputeValues()
526 +smallterm*p1, nplan, in ComputeValues()
582 +smallterm*p1, nplan, in ComputeValues()
617 + smallterm*p2 in ComputeValues()
643 + smallterm*p2 in ComputeValues()
672 + smallterm*p2 in ComputeValues()
698 + smallterm*p2 in ComputeValues()
730 smallterm*ndotns1 in ComputeValues()
[all …]
H A DBlendFunc_EvolRad.cxx506 +smallterm*p1, nplan, in ComputeValues()
507 -smallterm, dns1u1, in ComputeValues()
562 +smallterm*p1, nplan, in ComputeValues()
592 +smallterm*p1, nplan, in ComputeValues()
648 +smallterm*p1, nplan, in ComputeValues()
683 + smallterm*p2 in ComputeValues()
709 + smallterm*p2 in ComputeValues()
738 + smallterm*p2 in ComputeValues()
764 + smallterm*p2 in ComputeValues()
796 smallterm*ndotns1 in ComputeValues()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dviewgeom.cc390 const bool smallterm = termsz.x < MIN_COLS || termsz.y < MIN_LINES; in init_geometry() local
391 crawl_state.smallterm = smallterm; in init_geometry()
410 if (smallterm) in init_geometry()
H A Dstate.h60 bool smallterm; // The terminal has been resized under the min view member
H A Dstate.cc36 smallterm(false), in game_state()
H A Doutput.cc1320 if (crawl_state.smallterm) in print_stats()
1523 if (crawl_state.smallterm) in redraw_screen()
H A Dview.cc1378 if (crawl_state.smallterm) in viewwindow()
H A Dmessage.cc1696 if (crawl_state.smallterm) in msgwin_new_cmd()
H A Dmain.cc2614 if (crawl_state.smallterm) in _keycode_to_command()