Home
last modified time | relevance | path

Searched refs:Duty_Cycle (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/povray37/povray-3.7.0.10/windows/
H A Dpvmisc.cpp161 extern unsigned Duty_Cycle ;
497 Duty_Cycle = GetHKCU("Renderer", "DutyCycle", 9) ; in read_INI_settings()
620 PutHKCU("Renderer", "DutyCycle", Duty_Cycle) ; in write_INI_settings()
H A Dpvengine.cpp171 unsigned Duty_Cycle = 9 ; variable
2963 Duty_Cycle = LOWORD (wParam) - CM_DUTYCYCLE_10 ; in handle_main_command()
5993 PVCheckMenuRadioItem (CM_DUTYCYCLE_10, CM_DUTYCYCLE_100, CM_DUTYCYCLE_10 + Duty_Cycle) ; in WinMain()