| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_scroll_bar.cpp | 31 if (this->count <= this->max) in Update() 34 float sizeY = this->count - this->max; in Update() 51 if (*this->pPos >= this->count - this->max) in Update() 54 *this->pPos = this->count - this->max; in Update() 90 *pPos = count - max; in Draw() 95 if (*pPos >= count - max) in Draw() 98 *pPos = count - max; in Draw() 105 if (count > max) in Draw() 107 float sizeY = count - max; in Draw()
|
| D | demowin_slider_bar_float.cpp | 36 if (bar->pos > bar->max) in Increment() 37 bar->pos = bar->max; in Increment() 61 float totalDistance = this->max - this->min; in Update() 78 this->pos = (t + 0.5) * (max - min) + min; in Update() 84 if (this->pos > max) in Update() 85 this->pos = max; in Update() 103 float t = (float)(this->pos - min) / (max - min) - 0.5; in Update() 135 if (this->pos >= max) in Draw() 137 this->pos = max; in Draw() 153 float t = (float)(this->pos - min) / (max - min) - 0.5; in Draw() [all …]
|
| D | demowin_slider_bar.cpp | 37 if (bar->pos > bar->max) in Increment() 38 bar->pos = bar->max; in Increment() 78 this->pos = (t + 0.5) * (max - min) + min; in Update() 84 if (this->pos > max) in Update() 85 this->pos = max; in Update() 103 float t = (float)(this->pos - min) / (max - min) - 0.5; in Update() 135 if (this->pos >= max) in Draw() 137 this->pos = max; in Draw() 153 float t = (float)(this->pos - min) / (max - min) - 0.5; in Draw()
|
| D | demowin_tab_window.cpp | 71 scrollBar->max = height; in PreUpdate() 115 scrollBar->max = height; in PreDraw()
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_scroll_bar.h | 19 …: MenuItem(window, position, size), pos(0), subHeight(size.y / 10), count(_count), max(_max), pPos… in MenuItem() 22 …: MenuItem(window, position, size), subHeight(size.y / 10), count(_count), max(_max), pPos(_pPos) … in ScrollBar() 25 …: MenuItem(copy), pos(copy.pos), subHeight(copy.subHeight), count(copy.count), max(copy.max), pPos… in ScrollBar() 42 float max; member
|
| D | demowin_slider_bar.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), func(_func), funcExtra(… in MenuItem() 35 int max; member
|
| D | demowin_slider_bar_float.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), decimals(_decimals), fu… in MenuItem() 35 float max; member
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_scroll_bar.h | 19 …: MenuItem(window, position, size), pos(0), subHeight(size.y / 10), count(_count), max(_max), pPos… in MenuItem() 22 …: MenuItem(window, position, size), subHeight(size.y / 10), count(_count), max(_max), pPos(_pPos) … in ScrollBar() 25 …: MenuItem(copy), pos(copy.pos), subHeight(copy.subHeight), count(copy.count), max(copy.max), pPos… in ScrollBar() 42 float max; member
|
| D | demowin_slider_bar.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), func(_func), funcExtra(… in MenuItem() 35 int max; member
|
| D | demowin_slider_bar_float.h | 19 …: MenuItem(window, position, size), min(_min), max(_max), target(_target), decimals(_decimals), fu… in MenuItem() 35 float max; member
|
| /CafeSDK-2.12.13-1/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-1/system/src/lib/libsys/ |
| D | ind_gcnt.gpj | 20 ind_gcnt.max [Assembly]
|
| D | ind_mcnt.gpj | 23 ind_mcnt.max [Assembly]
|
| D | ind_call.gpj | 23 ind_call.max [Assembly]
|
| D | ind_dots.gpj | 23 ind_dots.max [Assembly]
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.fx | 161 diffuseCol * max(0.0, dot(normal, lightDir)) + 162 specularCol * pow(max(0.0, dot(refl, toViewer)), shininess), 1.0);
|
| /CafeSDK-2.12.13-1/system/include/cafe/camera/ |
| D | camera.h | 148 int max; member
|
| /CafeSDK-2.12.13-1/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-1/system/src/lib/demo/ |
| D | demowin.cpp | 379 scrollBar->max = height; in PreUpdate() 401 scrollBar->max = height; in PreDraw()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileShader.cpp | 318 GFDStringTable *GFDCreateStringTable(u32 max) in GFDCreateStringTable() argument 327 pTable->m_maxDB = max; in GFDCreateStringTable() 399 GFDDataTable *GFDCreateDataTable(u32 max) in GFDCreateDataTable() argument 407 …pTable->m_maxDB = max * sizeof(u32); // assume chars are average of 8 or so in size (will grow se… in GFDCreateDataTable() 2039 static char *makeName(char *dst, char *src1, char *src2, u32 max) in makeName() argument 2047 strncat_s(dst, max, src1, max-1); in makeName() 2050 strncat_s(dst+len, max-len, src2, max-len-1); in makeName()
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx44.c | 891 f32 max = 0.0f; in C_MTX44Inverse() local 899 if ( ftmp > max ) in C_MTX44Inverse() 901 max = ftmp; in C_MTX44Inverse() 908 if ( max == 0.0f ) in C_MTX44Inverse()
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/kpad/ |
| D | kpad.h | 324 void KPADSetFSStickClamp ( s8 min, s8 max ) ;
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS.cpp | 204 mipSize = max( mipSize, minMipSize ); in DDSConvertMipsToCubeFormat()
|