| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_slider_bar_float.cpp | 50 if (bar->pos < bar->min) in Decrement() 51 bar->pos = bar->min; in Decrement() 61 float totalDistance = this->max - this->min; in Update() 78 this->pos = (t + 0.5) * (max - min) + min; in Update() 81 if (this->pos < min) in Update() 82 this->pos = min; in Update() 103 float t = (float)(this->pos - min) / (max - min) - 0.5; in Update() 127 if (this->pos <= min) in Draw() 129 this->pos = min; in Draw() 153 float t = (float)(this->pos - min) / (max - min) - 0.5; in Draw() [all …]
|
| D | demowin_slider_bar.cpp | 52 if (bar->pos < bar->min) in Decrement() 53 bar->pos = bar->min; in Decrement() 78 this->pos = (t + 0.5) * (max - min) + min; in Update() 81 if (this->pos < min) in Update() 82 this->pos = min; in Update() 103 float t = (float)(this->pos - min) / (max - min) - 0.5; in Update() 127 if (this->pos <= min) in Draw() 129 this->pos = min; in Draw() 153 float t = (float)(this->pos - min) / (max - min) - 0.5; in Draw()
|
| /CafeSDK-2.12.13/system/include/cafe/demo/demowin/ |
| D | demowin_slider_bar.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), func(_func), funcExtra(… in MenuItem() 34 int min; member
|
| D | demowin_slider_bar_float.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), decimals(_decimals), fu… in MenuItem() 34 float min; member
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_slider_bar.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), func(_func), funcExtra(… in MenuItem() 34 int min; member
|
| D | demowin_slider_bar_float.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), decimals(_decimals), fu… in MenuItem() 34 float min; member
|
| /CafeSDK-2.12.13/system/include/cafe/vpad/ |
| D | vpadAPIs.h | 40 void VPADSetLStickClampThreshold( s32 chan, s32 max, s32 min) ; 41 void VPADSetRStickClampThreshold( s32 chan, s32 max, s32 min) ; 42 void VPADGetLStickClampThreshold( s32 chan, s32* max, s32* min) ; 43 void VPADGetRStickClampThreshold( s32 chan, s32* max, s32* min) ;
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ind_time.c | 75 (u64) 60 * pCosTime->min + in time()
|
| /CafeSDK-2.12.13/system/include/cafe/os/ |
| D | OSTime.h | 84 int min; // minutes after the hour [0, 59] member
|
| /CafeSDK-2.12.13/system/include/cafe/camera/ |
| D | camera.h | 149 int min; member
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2RenderState.h | 448 void GX2API GX2SetPointLimits(f32 min, f32 max);
|
| D | gx2RenderStateReg.h | 789 f32 min, f32 max);
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoTest.c | 235 td.year, td.mon+1, td.mday, td.hour, td.min, td.sec); in DEMOTestCheck()
|
| /CafeSDK-2.12.13/system/include/cafe/pads/kpad/ |
| D | kpad.h | 324 void KPADSetFSStickClamp ( s8 min, s8 max ) ;
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | CafeFunctions.cs | 1053 UInt32 maj, min, mic, version; in readSDKFromCafeRoot() 1069 min = (version % 10000) / 100; in readSDKFromCafeRoot() 1072 SDK_VER.value = String.Format("{0}.{1:D2}.{2:D2}", maj, min, mic); in readSDKFromCafeRoot()
|